Skip to content

ekreative/reactnative-starter-kit

Repository files navigation

React Native Starter Kit

Read react-native guide https://hello.ekreative.com/js/overview.html

Installing

Change name of the project on the one you want in package.json and app.json

Install dependencies

yarn install

Create ios and android libraries

yarn run upgrade

Go to ios folder and run

pod install

In Xcode you should use only .xcworkspace

index.ts.dist in app/config is example of index.ts where you can put some properties (i.e. server/api url).

For starting the project

android

yarn run android

ios

yarn run ios

Tests

Lint your code

yarn run lint

Jest is for unit testing

yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published