James Yoo
#android

Android App Crashed by React Native Maps and Firebase

01 August 2020 — Written by James
#android#react#firebase#programming

Using React Native which includes a JavaScript library, I can make an iOS and Android app at the same time, and it is quite useful. To develop my app, I installed the well-known packages, react-native-maps and react-native-firebase. My iOS app was working very well when I used both packages at the same time, but Android app kept crashing whenever the screen was mounted. By using lite-mode of Google Map, the app became working well.

Read more →
James Yoo