0.1.1 • Published 9 years ago
rnpm-plugin-apentle v0.1.1
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-cliInit your react-native project
react-native init AwesomeProject
cd AwesomeProjectInstall rnpm-plugin-apentle and initialize your project
npm install --save-dev rnpm-plugin-apentle
react-native apentle initAll done!