Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 337 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 337 Bytes

React native app template with firebase libraries

Installation

react-native init [appname] --template gr33n

After installlation

  • Edit android/app/build.gradle
  • under defaultConfig{} add:
 multiDexEnabled true
  • Create firebase project and link google-services.json file as instructed by google.