Skip to content

Commit

Permalink
chore: Expo 35.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sauzy34 committed Sep 30, 2019
1 parent 7737723 commit 2c58897
Show file tree
Hide file tree
Showing 5 changed files with 8,876 additions and 985 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A very interesting project.",
"slug": "NativeApp",
"privacy": "public",
"sdkVersion": "34.0.0",
"sdkVersion": "35.0.0",
"platforms": [
"ios",
"android"
Expand Down
4 changes: 3 additions & 1 deletion navigation/AppNavigator.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import React from 'react'
import { createBottomTabNavigator, createStackNavigator, createAppContainer } from 'react-navigation'
import { createAppContainer } from 'react-navigation'
import { createStackNavigator } from 'react-navigation-stack'
import { createBottomTabNavigator } from 'react-navigation-tabs'
import { FlexWrapper, Icon } from '../components'
import { HomeScreen, LinksScreen, SettingsScreen } from '../screens'
import Colors from '../constants/Colors'
Expand Down
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,20 @@
"@expo/samples": "2.1.1",
"@expo/vector-icons": "^10.0.0",
"axios": "^0.19.0",
"expo": "^34.0.1",
"expo-asset": "~6.0.0",
"expo-font": "~6.0.0",
"expo": "^35.0.0",
"expo-asset": "~7.0.0",
"expo-font": "~7.0.0",
"formik": "^1.5.8",
"lodash": "^4.17.15",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-gesture-handler": "~1.3.0",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-svg": "~9.5.1",
"react-navigation": "^3.11.0",
"react-native-reanimated": "~1.2.0",
"react-native-svg": "~9.9.2",
"react-navigation": "^4.0.6",
"react-navigation-stack": "^1.9.1",
"react-navigation-tabs": "^2.5.5",
"styled-components": "^4.3.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 2c58897

Please sign in to comment.