CS498Web final project by Team WTE
Check out this website from react-native, https://facebook.github.io/react-native/docs/getting-started.html
Notice that you need to first install all your node.js dependencies before you launch the application
$ npm install
If you run into an error saying
unable to load script from assets index.android.bundle
then, run the following instead of "react-native run-android"
$ npm run android
In the case when android studio ask you to upgrade gradle plugin and gradle itself, DO NOT UPGRADE! DO NOT UPGRADE! DO NOT UPGRADE! DO NOT UPGRADE!
Here's a great tutorial on Lynda which shows how to build a food recommendation application with react-native. Remember to use your school account to log in