skolplattformen-backup/packages/app
Rickard Natt och Dag 246bba6943
chore: use correct phone number
2021-08-16 19:28:51 +02:00
..
__mocks__ feat: 🎸 Dark mode (#364) 2021-05-06 14:35:11 +02:00
android feat: Add custom Poppins typeface 2021-08-13 22:35:55 +02:00
assets feat: Add custom Poppins typeface 2021-08-13 22:35:55 +02:00
components test: fix tests 2021-08-16 19:28:45 +02:00
context/language Merge with main 2021-04-17 14:44:00 +02:00
design Design refresh with new navigator and colors (#418) 2021-08-13 22:56:34 +02:00
hooks feat: 🎸 Added useAppState hook and logs out user if not authenticated (#328) 2021-04-25 15:25:53 +02:00
ios feat: login screen and move logout button 2021-08-13 22:56:36 +02:00
patches fix: 🐛 Patch fast-fuzzy to remove warning 2021-05-09 15:13:55 +02:00
services feat: 🎸 Fler språk (#400) 2021-05-22 00:03:58 +02:00
styles chore: adjusted colors 2021-08-13 22:35:53 +02:00
translations feat: new colors 2021-08-13 22:32:27 +02:00
ui Design refresh with new navigator and colors (#418) 2021-08-13 22:56:34 +02:00
utils chore: use correct phone number 2021-08-16 19:28:51 +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 fix: 🐛 Imported all code onto fresh RN install (#40) 2021-02-07 17:14:45 +01: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 Design refresh with new navigator and colors (#418) 2021-08-13 22:56:34 +02:00
README.md Update readme files. 2021-04-18 21:31:22 +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 Design refresh with new navigator and colors (#418) 2021-08-13 22:56:34 +02:00
jest.config.js chore(jest): ta bort oanvända transformIgnorePatterns (#220) 2021-03-29 15:36:25 +02:00
metro.config.js feat: Add custom Poppins typeface 2021-08-13 22:35:55 +02:00
package.json chore: bugfixes after merge 2021-08-14 11:02:32 +02:00
react-native.config.js feat: Add custom Poppins typeface 2021-08-13 22:35:55 +02:00
setupTests.js Design refresh with new navigator and colors (#418) 2021-08-13 22:56:34 +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 refactor(app): move to typescript 2021-03-26 09:38:15 +01:00
yarn.lock chore: bugfixes after merge 2021-08-14 11:02:32 +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