Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
feat(Sample App): Update sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Panzeri committed Oct 13, 2017
1 parent 78b5164 commit f000bd7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions sample/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- NearITSDK (2.2.4)
- NearITSDK (2.2.5)
- React (0.49.3):
- React/Core (= 0.49.3)
- React/BatchedBridge (0.49.3):
Expand All @@ -20,8 +20,8 @@ PODS:
- React/Core
- React/fishhook
- React/RCTBlob
- RNNearIt (2.2.7-beta.7):
- NearITSDK (= 2.2.4)
- RNNearIt (2.2.8-beta.1):
- NearITSDK (= 2.2.5)
- React
- yoga (0.49.3.React)

Expand All @@ -41,9 +41,9 @@ EXTERNAL SOURCES:
:path: ../node_modules/react-native/ReactCommon/yoga

SPEC CHECKSUMS:
NearITSDK: a5eb344a2673db0c59e06a512f84cb2ea1f666c2
NearITSDK: 4f6eefd233f8af59682ee9ce2214b1ff32c3da92
React: 5751f5630c58f7ef31a00cf03044878295bceff0
RNNearIt: d73f5893ba10e4f050de04ecc4930db8766a4d81
RNNearIt: d3773d67a7e1df7c79e3d314c517c9b9c8cff2df
yoga: 6e56575501ecea04196f9c9f08b90cf97cd5da24

PODFILE CHECKSUM: c7fa801c9f49a93403e6c7e9c8b9eeeb817ebc52
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react": "16.0.0-beta.5",
"react-native": "0.49.3",
"react-native-iphone-x-helper": "^1.0.1",
"react-native-nearit": "^2.2.7-beta.7"
"react-native-nearit": "^2.2.8-beta.1"
},
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions sample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2672,9 +2672,9 @@ react-native-iphone-x-helper@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.0.1.tgz#950dbdaca66f458689a7e9697c5beb9bd53f98f2"

react-native-nearit@^2.2.7-beta.7:
version "2.2.7-beta.7"
resolved "https://registry.yarnpkg.com/react-native-nearit/-/react-native-nearit-2.2.7-beta.7.tgz#e3d0a2e79c5b917194c1759a752713b1a648a3ae"
react-native-nearit@^2.2.8-beta.1:
version "2.2.8-beta.1"
resolved "https://registry.yarnpkg.com/react-native-nearit/-/react-native-nearit-2.2.8-beta.1.tgz#ce628148404ca72900428f7bf29b3002ef5b16f6"

[email protected]:
version "0.49.3"
Expand Down

0 comments on commit f000bd7

Please sign in to comment.