Skip to content

Commit

Permalink
Upgrade to RN 0.60.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Palomo committed Jul 24, 2019
1 parent dbaea17 commit e53cf75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
25 changes: 15 additions & 10 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
{
"name": "example",
"version": "0.0.2",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-streetview": "^0.1.5"
"react": "16.8.6",
"react-native": "0.60.3",
"react-native-streetview": "^0.2.0"
},
"devDependencies": {
"babel-jest": "23.4.2",
"babel-preset-react-native": "^5",
"jest": "23.4.2",
"react-test-renderer": "16.4.1"
"@babel/core": "^7.5.4",
"@babel/runtime": "^7.5.4",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.8.0",
"eslint": "^6.0.1",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.55.0",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"name": "react-native-streetview",
"version": "0.1.6",
"version": "0.2.0",
"description": "Google Panorama/StreetView component for React Native",
"author": "Amit Palomo <amit@nester.co.il>",
"license": "MIT",
Expand Down

0 comments on commit e53cf75

Please sign in to comment.