Harmony Framework
Start your next react native project in seconds
Harmony Boilerplate gives you the best developer experience with all the features you need for production based react redux: react native navigation, TypeScript, sagas, , flow management and more.
Harmony Boilerplate - React Native
Installation
- Clone the repository
- If the folder doesnt have ios and android folders, go to Troubleshooting and follow the step in new folder for generating the ios and android in seperate folders
- Copy the ios and android folders
- go into ios folder and run
pod install
Tourbleshooting
- Make sure your app name in
app.json
is defined and use it for step 2.
{
"name": "HRM",
"displayName": "HRM"
}
- If you want to generate new iOS and Android folders, do the following
npx react-native init YourProjectName
mv YourProjectName/ios ios
rm -rf YourProjectName