skolplattformen-backup/packages/app
Andreas Eriksson 3ae2efdad0 Remove type-errors 2021-10-03 14:55:38 +02:00
..
__mocks__ feat: 🎸 add settings screen (#492) 2021-09-29 17:31:47 +02:00
android feat: 🎸 add settings screen (#492) 2021-09-29 17:31:47 +02:00
assets feat: Add custom Poppins typeface 2021-08-13 22:35:55 +02:00
components Remove type-errors 2021-10-03 14:55:38 +02:00
context/language feat: 🎸 Use custom async storage (#461) 2021-09-23 10:40:36 +02:00
design feat: 🎸 add settings screen (#492) 2021-09-29 17:31:47 +02:00
hooks feat: 🎸 add settings screen (#492) 2021-09-29 17:31:47 +02:00
ios Add missing entry to Info.plist and translations for Swedish 2021-10-02 17:11:18 +02:00
patches fix: 🐛 Patch fast-fuzzy to remove warning 2021-05-09 15:13:55 +02:00
services feat: 🎸 add settings screen (#492) 2021-09-29 17:31:47 +02:00
styles feat: 🎸 add settings screen (#492) 2021-09-29 17:31:47 +02:00
translations Remove old package and add translation 2021-10-02 15:20:03 +02:00
ui Design refresh with new navigator and colors (#418) 2021-08-13 22:56:34 +02:00
utils Fix tests 2021-10-03 14:27:59 +02:00
.buckconfig fix: 🐛 Imported all code onto fresh RN install (#40) 2021-02-07 17:14:45 +01:00
.eslintrc.json fix: 🐛 Added a11y lint and fixes those errors 2021-05-12 11:16:13 +02:00
.flowconfig Upgraded to RN 0.64 2021-03-29 09:58:03 +02:00
.gitattributes fix: 🐛 Imported all code onto fresh RN install (#40) 2021-02-07 17:14:45 +01:00
.gitignore feat: 🎸 add settings screen (#492) 2021-09-29 17:31:47 +02:00
.nvmrc chore(build): fix github actions (#44) 2021-02-08 13:22:32 +01:00
.prettierrc Removed lints 2021-03-29 13:42:49 +02:00
.watchmanconfig fix: 🐛 Imported all code onto fresh RN install (#40) 2021-02-07 17:14:45 +01:00
App.js feat: 🎸 add settings screen (#492) 2021-09-29 17:31:47 +02:00
README.md feat: day summary on front page 2021-08-31 21:54:56 +02:00
app.json Feature: automatic redirect from BankID on iOS (#139) 2021-02-19 08:43:15 +01:00
babel.config.js accidently moved babel-config 2021-04-26 11:01:00 +02:00
index.js chore(lint): fix errors 2021-08-16 19:47:47 +02:00
jest.config.js feat: 🎸 add settings screen (#492) 2021-09-29 17:31:47 +02:00
library-extractor.js feat: 🎸 add settings screen (#492) 2021-09-29 17:31:47 +02:00
metro.config.js feat: Add custom Poppins typeface 2021-08-13 22:35:55 +02:00
package.json Fix tests 2021-10-03 14:27:59 +02:00
react-native.config.js chore(lint): fix errors 2021-08-16 19:47:47 +02:00
setupTests.js feat: 🎸 Use custom async storage (#461) 2021-09-23 10:40:36 +02:00
skolplattformen-logga-original.png new iOS icon 2020-12-29 12:29:17 +01:00
tsconfig.json refactor: använd moment för all datumhantering (#227) 2021-03-30 20:54:28 +02:00
types.d.ts feat: 🎸 add settings screen (#492) 2021-09-29 17:31:47 +02:00
yarn.lock Remove old package and add translation 2021-10-02 15:20:03 +02: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