Skip to content

Commit

Permalink
chore: Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapsssito committed Feb 18, 2020
1 parent f9aa320 commit 862944a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 2 additions & 6 deletions examples/tcpsockets/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PODS:
- boost-for-react-native (1.63.0)
- CocoaAsyncSocket (7.6.3)
- DoubleConversion (1.1.6)
- FBLazyVector (0.61.4)
- FBReactNativeSpec (0.61.4):
Expand Down Expand Up @@ -183,8 +182,7 @@ PODS:
- React-cxxreact (= 0.61.4)
- React-jsi (= 0.61.4)
- React-jsinspector (0.61.4)
- react-native-tcp-socket (3.1.3):
- CocoaAsyncSocket
- react-native-tcp-socket (3.2.6):
- React
- React-RCTActionSheet (0.61.4):
- React-Core/RCTActionSheetHeaders (= 0.61.4)
Expand Down Expand Up @@ -257,7 +255,6 @@ DEPENDENCIES:
SPEC REPOS:
trunk:
- boost-for-react-native
- CocoaAsyncSocket

EXTERNAL SOURCES:
DoubleConversion:
Expand Down Expand Up @@ -315,7 +312,6 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
FBLazyVector: feb35a6b7f7b50f367be07f34012f34a79282fa3
FBReactNativeSpec: 51477b84b1bf7ab6f9ef307c24e3dd675391be44
Expand All @@ -330,7 +326,7 @@ SPEC CHECKSUMS:
React-jsi: ca921f4041505f9d5197139b2d09eeb020bb12e8
React-jsiexecutor: 8dfb73b987afa9324e4009bdce62a18ce23d983c
React-jsinspector: d15478d0a8ada19864aa4d1cc1c697b41b3fa92f
react-native-tcp-socket: 8c0031f124da6691f5b39da94c7455bcf856163a
react-native-tcp-socket: ab2f98889251538acca30a978c9c59b4c19ca912
React-RCTActionSheet: 7369b7c85f99b6299491333affd9f01f5a130c22
React-RCTAnimation: d07be15b2bd1d06d89417eb0343f98ffd2b099a7
React-RCTBlob: 8e0b23d95c9baa98f6b0e127e07666aaafd96c34
Expand Down
5 changes: 3 additions & 2 deletions examples/tcpsockets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"ios": "react-native run-ios simulator='iPhone 11'",
"pods": "cd ios && pod install",
"start": "react-native start",
"test": "jest",
"clean": "cd android && ./gradlew clean",
Expand All @@ -13,7 +14,7 @@
"dependencies": {
"react": "16.9.0",
"react-native": "0.61.4",
"react-native-tcp-socket": "https://github.com/Rapsssito/react-native-tcp-socket"
"react-native-tcp-socket": "^3.2.6"
},
"devDependencies": {
"@babel/core": "^7.7.2",
Expand Down

0 comments on commit 862944a

Please sign in to comment.