0.0.13 • Published 2 years ago

@gocodingnow/rn-better-boilerplate v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React Native Better Boilerplate

React Native Better Boilerplate License React Native Better Boilerplate Version React Native Better Boilerplate Release Date React Native Better Boilerplate Download React Native Better Boilerplate Stars React Native Better Boilerplate Top Language React Native Better Boilerplate TypeScript

This project is a React Native boilerplate that can be used to kickstart a mobile application.

The boilerplate provides an optimized architecture for building solid cross-platform mobile applications through separation of concerns between the UI and business logic. It is fully documented so that each piece of code that lands in your application can be understood and used.

If you love this boilerplate, give us a star!

Requirements

Node 12 or greater is required. Development for iOS requires a Mac and Xcode 10 or up, and will target iOS 11 and up.

You also need to install the dependencies required by React Native.
Go to the React Native environment setup, then select React Native CLI Quickstart tab.
Follow instructions for your given development OS and target OS.

Quick start

To create a new project using the boilerplate simply run :

npx react-native init MyApp --template @gocodingnow/rn-better-boilerplate

Assuming you have all the requirements installed, you can run the project by running:

  • yarn start to start the metro bundler, in a dedicated terminal
  • yarn <platform> to run the platform application (remember to start a simulator or connect a device)

License

This project is released under the MIT License.

Credits

0.0.12

2 years ago

0.0.13

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.3

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago