This mobile app template is an empty project prepared with primary software libraries and configurations needed to begin developing a React Native mobile application.
It also has basic sample components, tests, and demonstrations of working with tools such as MobX or Storybook.
The project is ready to work with our React web app template and our server template, providing a unified experience among the three.
-
React as front-end view library.
-
Mobx for state management.
-
Storybook for agile development environment.
-
TypeScript as main language.
-
Babel for JavaScript transpiling.
-
Jest as as test framework.
-
Prettier for code formatter.
-
ESlint for JavaScript/TypeScript linting.
-
Husky for Git hooks support.
-
Lint-staged to run linters on git staged files.
Run the following commands in your terminal
git clone https://github.com/orangeloops/public-ol-native-template.git
cd public-ol-native-template
npm install
npm run run-ios or npm run run-android
Run npm test
for test.
You can check out the full license here
This project is licensed under the terms of the MIT license.