0.1.0 • Published 5 years ago

react-native-template-artjoker v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Contents

About

React Native mobile application.

Project team

...

Main info

Technology stack

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 react-native@0.59.9 --template artjoker && cd MyProjectName && node setup

For IOS you must use XCode, for Android run:

yarn android:build