skolplattformen-backup/apps/skolplattformen-app-new
Lee a1c922ef25 refactor(added back manifest package to test)
Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
2023-10-25 13:54:41 +02:00
..
.bundle Stable react native demo version code with updagraded dependencies under apps/skolplattformen-new. The code works independently and does not work with the nx command. 2023-10-10 11:05:00 +02:00
__mocks__ Stable react native demo version code with updagraded dependencies under apps/skolplattformen-new. The code works independently and does not work with the nx command. 2023-10-10 11:05:00 +02:00
android refactor(added back manifest package to test) 2023-10-25 13:54:41 +02:00
assets Stable react native demo version code with updagraded dependencies under apps/skolplattformen-new. The code works independently and does not work with the nx command. 2023-10-10 11:05:00 +02:00
components refactor(stable import alias update) 2023-10-24 15:41:58 +02:00
context refactor(stable import alias update) 2023-10-24 15:41:58 +02:00
data refactor(linting) 2023-10-17 16:28:44 +02:00
design refactor(linting) 2023-10-17 16:28:44 +02:00
docs readme new file path updated 2023-10-10 15:46:25 +02:00
hooks refactor(stable import alias update) 2023-10-24 15:41:58 +02:00
ios tests in this commit are all passing bar newsitem 2023-10-12 13:59:12 +02:00
libs refactor(stable import alias update) 2023-10-24 15:41:58 +02:00
services refactor(stable import alias update) 2023-10-24 15:41:58 +02:00
styles refactor(linting) 2023-10-17 16:28:44 +02:00
translations Stable react native demo version code with updagraded dependencies under apps/skolplattformen-new. The code works independently and does not work with the nx command. 2023-10-10 11:05:00 +02:00
ui refactor(linting) 2023-10-17 16:28:44 +02:00
utils refactor(stable import alias update) 2023-10-24 15:41:58 +02:00
.eslintrc.js refactor(linting) 2023-10-17 16:28:44 +02:00
.gitignore Stable react native demo version code with updagraded dependencies under apps/skolplattformen-new. The code works independently and does not work with the nx command. 2023-10-10 11:05:00 +02:00
.prettierrc refactor(linting) 2023-10-17 16:28:44 +02:00
.watchmanconfig Stable react native demo version code with updagraded dependencies under apps/skolplattformen-new. The code works independently and does not work with the nx command. 2023-10-10 11:05:00 +02:00
App.tsx refactor(linting) 2023-10-17 16:28:44 +02:00
Gemfile refactor(added bundler for gemfile) 2023-10-20 11:24:09 +02:00
Gemfile.lock refactor(updated gemfile.lock) 2023-10-20 11:25:44 +02:00
README-NEW.md readme new file path updated 2023-10-10 15:46:25 +02:00
README.md README updated for the skolplattformen-new repo 2023-10-10 15:35:15 +02:00
app.json Stable react native demo version code with updagraded dependencies under apps/skolplattformen-new. The code works independently and does not work with the nx command. 2023-10-10 11:05:00 +02:00
babel.config.js refactor(stable import alias update) 2023-10-24 15:41:58 +02:00
index.js refactor(linting) 2023-10-17 16:28:44 +02:00
jest.config.js refactor(linting) 2023-10-17 16:28:44 +02:00
library-extractor.js refactor(linting) 2023-10-17 16:28:44 +02:00
metro.config.js refactor(linting) 2023-10-17 16:28:44 +02:00
package-lock.json refactor(stable import alias update) 2023-10-24 15:41:58 +02:00
package.json refactor(stable import alias update) 2023-10-24 15:41:58 +02:00
test-setup.ts refactor(linting) 2023-10-17 16:28:44 +02:00
tsconfig.json refactor(stable import alias update) 2023-10-24 15:41:58 +02:00
types.d.ts refactor(linting) 2023-10-17 16:28:44 +02:00
yarn.lock refactor(stable import alias update) 2023-10-24 15:41:58 +02:00

README.md

This is a new React Native project, bootstrapped using @react-native-community/cli.

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Getting started with Development

Please use node version 16 or higher

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

iOS

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.

Step 1

Make sure you have Xcode installed

Step 2

Make sure CocoaPods is installed (you can do it easily with homebrew)

Step 3

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

Android

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