react-native-template-artjoker
v0.1.0
Published
React Native project template by Artjoker.
Downloads
2
Readme
Contents
About
React Native mobile application.
Project team
...
Main info
- Public name - ...
- App ID - ...
- Languages - ...
- API baseurl (prod)
- [API baseurl (dev)][]
- Repository
- Design
- Prototype
- Specification
Technology stack
- React Native - mobile application framework.
- React - UI managment library.
- React Navigation - navigation.
- Redux - state manager.
- Lodash - library of helper functions.
- Axios - HTTP-client.
Installation
Install dependencies
yarn install
Add secrets
If not exists you must have secret files and put ones to the project: android/gradle.properties android/app/release.keystore android/app/google-services.json ios/GoogleService-Info.plist
Compile
Setup script:
npx react-native init MyProjectName --version [email protected] --template artjoker && cd MyProjectName && node setup
For IOS you must use XCode, for Android run:
yarn android:build