sayob.hashnode.devTesting iOS AppsAfter getting invited to test an iOS Application in App Center you will receive an email notifying you of your pending invitation. The following sections outline the steps you need to take to get started testing this app. Adding your Device Adding y...Apr 22, 2020
sayob.hashnode.devContinuous Integration of React Native app using appcenterThis is step by step guide on how to implement CI in your react native app using appcenter. Please make sure you have completely integrated appcenter SDK in your app. Check here for guides. Steps Navigate to Build tab under CI/CD Connect your cod...Dec 19, 2019
sayob.hashnode.devIntegrating Appcenter Analytics and Crashlytics in your React Native app (Android)Full code can be found here Hey there, Looking at getting information on your react native app using appcenter, you're in the right place. This is a quick step by step guide on how I integrated appcenter analytics and crashlytics in my react nativ...Dec 19, 2019
sayob.hashnode.devUpgrading your React Native 0.57.4 project to React Native 0.59.10Looking at upgrading your react native project to fix Xcode 11 build issue, follow these simple steps: (this took me quite a while at first try 😞) Upgrade react-native-community/cli by running npm install -g @react-native-community/cli or yarn ad...Oct 10, 2019