OBOluwasayo Babalolainsayob.hashnode.dev路Apr 22, 2020Testing 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...00
OBOluwasayo Babalolainsayob.hashnode.dev路Dec 19, 2019Continuous 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...00
OBOluwasayo Babalolainsayob.hashnode.dev路Dec 19, 2019Integrating 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...00
OBOluwasayo Babalolainsayob.hashnode.dev路Oct 10, 2019Upgrading 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...00