UNPKG

@gocodingnow/rn-native-base-boilerplate

Version:
41 lines (26 loc) 1.89 kB
# RN Native Base Boilerplate ![RN Native Base Boilerplate License](https://img.shields.io/github/license/ildfreelancer/rn-native-base-boilerplate) ![RN Native Base Boilerplate Release Date](https://img.shields.io/github/release-date/ildfreelancer/rn-native-base-boilerplate) ![RN Native Base Boilerplate Stars](https://img.shields.io/github/stars/ildfreelancer/rn-native-base-boilerplate) ![RN Native Base Boilerplate Top Language](https://img.shields.io/github/languages/top/ildfreelancer/rn-native-base-boilerplate) ![RN Native Base Boilerplate TypeScript](https://badgen.net/npm/types/tslib) This project is a [React Native](https://facebook.github.io/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](https://reactnative.dev/docs/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-native-base-boilerplate ``` PLEASE read the README in root of your project. ## License This project is released under the [MIT License](LICENSE). ## Credits - I forked some template configuration from [TheCodingMachine](https://www.thecodingmachine.com/)