Repository files navigation React Native Starter Template
All logic and components/screens exist inside src/
'src/' has all logic and components/screens
'components/' has all components, navigators and screens
'atoms/' refer to Atomic Design for more info
'molecules/' refer to Atomic Design for more info
'organisms/' refer to Atomic Design for more info
'navigators/' includes all navigator components
'screens/' includes all app screens
First time configuration after using this template
Create a new Firebase project here
Configure iOS (Follow the official docs or the steps below)
Inside the newly created Firebase project, add a new iOS application.
Download GoogleService-Info.plist and add it to your project.
Open Xcode
Right click on project name and click "Add Files to #{projectName}"
Select the downloaded plist file above and ensure "Copy items if needed" checkbox is enabled.
Configure Android
Add .env file
cd ios && pod install && cd ..
in ./src/foundationConfig.js
TODO
About
React Native template
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.