RNPM Plugin for Apentle App Framework
Apentle helps you build react-native app quickly
Init Project
To start, make sure you have the react-native CLI installed globally
npm install -g react-native-cli
Init your react-native
project
react-native init AwesomeProject
cd AwesomeProject
Install rnpm-plugin-apentle
and initialize your project
npm install --save-dev rnpm-plugin-apentle
react-native apentle init
All done!