dependency fix

This commit is contained in:
frits000000 2020-12-02 14:43:07 +01:00
parent 6041de6a71
commit dfddaa0aaa
5 changed files with 2199 additions and 15839 deletions

View File

@ -1,5 +1,4 @@
//Modules //Modules
import 'react-native-gesture-handler';
import * as React from 'react'; import * as React from 'react';
import { NavigationContainer } from '@react-navigation/native'; import { NavigationContainer } from '@react-navigation/native';
import { createStackNavigator } from '@react-navigation/stack'; import { createStackNavigator } from '@react-navigation/stack';

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@
"@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-cli": "^4.0.7",
"expo-status-bar": "~1.0.2", "expo-status-bar": "~1.0.2",
"global": "^4.4.0", "global": "^4.4.0",
"react": "16.13.1", "react": "16.13.1",
@ -29,8 +29,9 @@
"react-native-safe-area-context": "^3.1.9", "react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.15.0", "react-native-screens": "^2.15.0",
"react-native-snap-carousel": "^3.9.1", "react-native-snap-carousel": "^3.9.1",
"react-native-swiper-hooks": "^1.2.7", "react-native-swiper-hooks": "^1.2.8",
"react-native-web": "~0.13.12" "react-native-web": "~0.13.12",
"react-navigation": "^4.4.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "~7.9.0" "@babel/core": "~7.9.0"

File diff suppressed because it is too large Load Diff