So this is an app we made for the sake of learning iOS and to make life slightly easier while studying at Rutgers. Now we're using it to learn React Native.
-
Then grab the React Native CLI
npm install -g react-native-cli
-
Clone this repo.
-
Install things using
npm install
oryarn install
. -
Then you can run the iOS Simulator by running
react-native run-ios
from this repo's root dir.
We use VSCode and have some debugging configurations set up in this repo that should just work out of the box.
The React Native Docs and google are your friends.
Components go in ./components
for maximum code reuse. Hopefully we start seeing index.android.js
soon...
- List of all stated tasks
- List of all not started tasks