package update

This commit is contained in:
frits000000 2020-11-30 10:26:40 +01:00
parent 85e06177e5
commit 4c7dc3877e
5 changed files with 8015 additions and 121 deletions

View File

@ -17,13 +17,15 @@
"**/*" "**/*"
], ],
"ios": { "ios": {
"supportsTablet": true "supportsTablet": true,
"bundleIdentifier": "com.frits.haringa.AlfaPrentice"
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF" "backgroundColor": "#FFFFFF"
} },
"package": "com.frits.haringa.AlfaPrentice"
}, },
"web": { "web": {
"favicon": "./assets/favicon.png" "favicon": "./assets/favicon.png"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -13,7 +13,9 @@
"@react-navigation/stack": "^5.12.8", "@react-navigation/stack": "^5.12.8",
"@types/react-native-snap-carousel": "^3.8.2", "@types/react-native-snap-carousel": "^3.8.2",
"expo": "^39.0.5", "expo": "^39.0.5",
"expo-cli": "^4.0.3",
"expo-status-bar": "~1.0.2", "expo-status-bar": "~1.0.2",
"global": "^4.4.0",
"react": "16.13.1", "react": "16.13.1",
"react-dom": "16.13.1", "react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz", "react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz",

File diff suppressed because it is too large Load Diff