Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
chore: update expo to SDK33
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne authored and satya164 committed Jun 8, 2019
1 parent c141c24 commit 676bc3b
Show file tree
Hide file tree
Showing 5 changed files with 1,176 additions and 1,463 deletions.
1 change: 1 addition & 0 deletions example/.expo-shared/assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 1 addition & 1 deletion example/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { Asset } from 'expo';
import { Asset } from 'expo-asset';
import { FlatList, I18nManager } from 'react-native';
import {
createAppContainer,
Expand Down
2 changes: 1 addition & 1 deletion example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "React Navigation Stack Example",
"description": "Demonstrates the various capabilities of react-navigation-stack",
"slug": "react-navigation-stack-demo",
"sdkVersion": "32.0.0",
"sdkVersion": "33.0.0",
"version": "1.0.0",
"primaryColor": "#2196f3",
"packagerOpts": {
Expand Down
10 changes: 6 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
"ios": "expo start --ios"
},
"dependencies": {
"@react-navigation/core": "^3.3.1",
"@react-navigation/core": "3.4.1",
"@react-navigation/native": "^3.4.1",
"expo": "32.0.6",
"expo": "^33.0.0",
"expo-asset": "^5.0.1",
"expo-constants": "~5.0.1",
"hoist-non-react-statics": "^3.3.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-paper": "^2.15.2",
"react-navigation-drawer": "^1.2.1",
"react-navigation-tabs": "*"
Expand Down
Loading

0 comments on commit 676bc3b

Please sign in to comment.