Skip to content

harmony-framework/harmony-react-native-boilerplate

Repository files navigation

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

  1. Clone the repository
  2. 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
  3. Copy the ios and android folders
  4. go into ios folder and run pod install

Tourbleshooting

  1. Make sure your app name in app.json is defined and use it for step 2.
{
  "name": "HRM",
  "displayName": "HRM"
}
  1. 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

About

React Native Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published