diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf7920f --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Final Project Research + +## About + +This is the React Native application that makes part of a research between native and React Native development, to understand the advantages and disavantages and performance of each. There are 3 repositores with a similar app (Swift, Kotlin and React Native). + +Kotlin Repo -> https://github.coventry.ac.uk/novaisea/KotlinApp-6001CEM.git + +Swift Repo -> https://github.coventry.ac.uk/novaisea/SwiftApp-6001CEM.git + +## Try the APP + +### Needed: +- Visual Studio Code, or other similar IDE +- Android Studio (to run the Android Simulator) +- XCode, only available on MacOS (to run the iOS Simulator) + +### How to do it +- Clone the repo in your machine +- Open it with the prefered IDE +- Run yarn install (to install all necessary packages) +- Run yarn start to open Expo (window in the web that allows to run program on simulators and physical devices) +- Press Run Android or Run iOS depending on the device you want to run it in