8000 GitHub - RadiRS/rn-boilerplate: Basic boilerplate template for React Native development
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

RadiRS/rn-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Boilerplate

Open Source? Yes! MIT license CI Android Build iOS Build

This is a boilerplate for react native project which is include some configuration

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Installing

A step by step series of examples that tell you how to get a development env running

Clone the repository via http or ssh

git clone https://github.com/RadiRS/rn-boilerplate.git your_app_name
git clone git@github.com:RadiRS/rn-boilerplate.git your_app_name

Enter into project directory and install all dependencies

cd your_app_name && yarn

Run the project via command line

yarn android   //android
yarn ios       //ios

Change app name or bundle identifier with react-native-rename

yarn react-native-rename "My App" -b com.example.myapp

Splash screen generator with react-native-bootsplash

yarn react-native generate-bootsplash src/assets/images/logo.png \
  --background-color=212529

End with an example of getting some data out of the system or using it for a little demo

 

Running the tests

Break down into end to end tests

Unit Tests and Component Test with Jest. End-to-End Test with Detox.

For testing just run script command

yarn test
yarn e2e-ios

 

Deployment

Android

Setup your signed apk by follow this tutorial and run this command

yarn build-android

iOS

Setup your iOS app by follow this tutorial

 

Built With

 

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

 

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

 

Authors

  • Radi Rusadi - Initial work - RadiRS

See also the list of contributors who participated in this project.

 

License

This project is licensed under the MIT License - see the LICENSE file for details

 

Acknowledgments

About

Basic boilerplate template for React Native development

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0