This is a new React Native project, bootstrapped using @react-native-community/cli
.
Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
To clone and build the project, you first need to install git, node and npm.
Clone the repo with
$ git clone https://github.com/Home-Biz-LLS/skolplattformen-react-native
Install dependencies
cd apps/skolplattformen-app-new/ && npm i
If you wanna run the iOS app, you need to setup a couple of things first, we have a guide that will assist you in getting started with the iOS app. A Mac is required to build projects with native code for iOS so we do not have support for Linux / Windows.
Make sure you have Xcode installed
Make sure CocoaPods is installed (you can do it easily with homebrew)
cd apps/skolplattformen-app-new/ios && pod install
If you already setup everything, go into the
"skolplattformen-app-new" directory
Start the metro
npm run start
then
i
to Start iOS app
OR
Start the iOS app directly
npm run ios
If you wanna run the Android app, you need to setup a couple of things first, we have created three different guides depending on your operating system.
If you already setup everything, you just need to run the following command in the project root:
yarn run android