• Stars
    star
    173
  • Rank 220,124 (Top 5 %)
  • Language
    TypeScript
  • Created almost 2 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React Native Boilerplate

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