react-native-redux-todo icon indicating copy to clipboard operation
react-native-redux-todo copied to clipboard

Script to generate named react native app with this structure

Open jeremiahrhall opened this issue 9 years ago • 1 comments

jeremiahrhall avatar Dec 21 '15 00:12 jeremiahrhall

Something like:

react-native init $1
cp package.json $1/
cd $1
npm install
command_to_link_libART

jeremiahrhall avatar Dec 21 '15 01:12 jeremiahrhall