by admin | Feb 1, 2020 | Android, React Native
React native fetch request won’t work on Android API 16 to 19 after react native upgraded to newer okHttp versions which doesn’t support old cipher suites. To make it work we will have to downgrade okHttp version of react native. I specifically encountered...
by admin | Dec 16, 2019 | Android, Android Studio
To Run emulator from terminal List all your emulators: emulator -list-avds Run one of the listed emulators with -avd flag: emulator -avd your-emulator React Native create android release build cd android && ./gradlew assembleRelease For details follow this...
Recent Comments