skolplattformen-backup/apps/skolplattformen-app
Kajetan Kazimierczak c0e6ce9e06
chore: 🤖 Bumped version to 3.0.10 (#672)
2024-04-09 22:01:46 +02:00
..
__mocks__ refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
android chore: 🤖 Bumped version to 3.0.10 (#672) 2024-04-09 22:01:46 +02:00
assets fix: 🐛 Add better logo image for Freja eID 2022-04-24 18:20:12 +02:00
components feat: navigate from "Your Children" to specific tabs (#660) 2023-11-02 07:27:34 +01:00
context feat: 🎸 Fix image load and typescript errors (#570) 2021-12-02 15:34:15 +01:00
data Fix stadsnamn 2021-12-17 20:53:16 +00:00
design feat: 🎸 bump to RN 0.66 + upgrade dependencies (#521) 2021-12-16 08:22:20 +01:00
hooks fix: 🐛 Fulfix. Login funkar 2022-04-11 22:20:22 +02:00
ios chore: 🤖 Bumped version to 3.0.10 (#672) 2024-04-09 22:01:46 +02:00
patches refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
services feat: 🎸 Added Thai translation (#621) 2022-04-06 09:28:30 +02:00
styles refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
translations Translations update from Hosted Weblate (#669) 2024-04-09 21:17:12 +02:00
ui refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
utils feat: 🎸 Ukrainska 2022-04-22 23:40:07 +02:00
.babelrc refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
.buckconfig refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
.eslintrc.json feat: 🎸 Skip to the next day in calendar (#425) 2021-12-03 11:27:09 +01:00
.flowconfig feat: 🎸 bump to RN 0.66 + upgrade dependencies (#521) 2021-12-16 08:22:20 +01:00
.gitattributes refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
.gitignore fix: 🐛 Readded keystore 2021-12-01 12:44:45 +01:00
.nvmrc refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
.prettierrc refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
.watchmanconfig refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
App.tsx fix: 🐛 Store childs personalIdNumbers in settings 2021-12-07 11:42:47 +01:00
README.md refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
app.json refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
index.js feat: 🎸 bump to RN 0.66 + upgrade dependencies (#521) 2021-12-16 08:22:20 +01:00
jest.config.js refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
metro.config.js refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
package.json fix: 🐛 Hide lunch in timetable if not showing current week (#613) 2022-01-31 23:32:44 +01:00
project.json feat: 🎸 bump to RN 0.66 + upgrade dependencies (#521) 2021-12-16 08:22:20 +01:00
react-native.config.js refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
skolplattformen-logga-original.png refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
test-setup.ts feat: 🎸 bump to RN 0.66 + upgrade dependencies (#521) 2021-12-16 08:22:20 +01:00
tsconfig.app.json refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
tsconfig.json refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
tsconfig.spec.json refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00
types.d.ts refactor: 💡 Switched to skolplattformen-app instead 2021-12-01 11:13:50 +01:00

README.md

Öppna skolplattformen App

This is the app for Öppna skolplattformen.

Getting started

Have a look at the overall readme for general instructions on getting started.

Prerequisites

We use yarn as our package manager. To install it, run sudo npm install -g yarn. All the commands described here should be run from the packages/app directory.

iOS

To get started using the iOS simulator start by installing the JavaScript dependencies using

$ yarn

Next you need to install the Cocoapods dependencies for the iOS project

$ cd ios
$ pod setup
$ pod install

You should now be setup to run the app in the Simulator. Run the ios command in the root of the app.

$ yarn ios

Android

Android development requires that you have Android Studio and relevant build tools installed.

Start by installing JavaScript dependencies using

$ yarn

Before running the app you should start an emulator from Android Studio. Then run the following command to start the build

$ yarn android

Running tests

$ yarn test