-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |