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

Commit

Permalink
Update to react-native-sdk 3.0.11, fix refresh (#1329)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Sutula <[email protected]>
  • Loading branch information
asutula authored Sep 9, 2019
1 parent c07ef3c commit a8c4e0d
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 43 deletions.
10 changes: 5 additions & 5 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ PODS:
- React
- RNReanimated (1.0.1):
- React
- Textile (2.0.9):
- Textile (2.0.10):
- Protobuf (~> 3.7)
- TextileCore (= 0.7.1)
- textile-react-native-sdk (3.0.10):
- textile-react-native-sdk (3.0.11):
- React
- Textile (= 2.0.9)
- Textile (= 2.0.10)
- TextileCore (0.7.1):
- Protobuf (~> 3.7)
- yoga (0.58.6.React)
Expand Down Expand Up @@ -204,8 +204,8 @@ SPEC CHECKSUMS:
React: 130b87b2d5e2baac646954282cab87be986d98fc
RNFirebase: 0025ab54718dbd3fa76e216be7eda9a37c89772d
RNReanimated: c8dd490ca98a4edcba229bfa49f2516c95a43afb
Textile: e87cd654e40e082e912fb730e0afb06331c3e101
textile-react-native-sdk: 5fb9262060d583172d069f22e7a1b2cd6d3634f7
Textile: 5dc335e1e41bd308d26ac14025ba6cccbef11732
textile-react-native-sdk: 36ab72bc11c777bf46764d031757afc2c56966ef
TextileCore: 4376d528c22aa0abfdd29ffa3967f4b62d7569c1
yoga: 32d7ef1081951e9a35a4c72a7be797598b138a48

Expand Down
6 changes: 3 additions & 3 deletions ios/Pods/Local Podspecs/textile-react-native-sdk.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions ios/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion ios/Pods/Textile/Textile/Classes/Public/TextileApi.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 29 additions & 24 deletions ios/Pods/Textile/Textile/Classes/Public/TextileApi.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@textile/react-native-camera-roll": "1.1.6",
"@textile/react-native-icon": "^1.0.0",
"@textile/react-native-sdk": "3.0.10",
"@textile/react-native-sdk": "3.0.11",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "16.6.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -877,10 +877,10 @@
dependencies:
react-native-vector-icons "^6.2.0"

"@textile/[email protected].10":
version "3.0.10"
resolved "https://registry.yarnpkg.com/@textile/react-native-sdk/-/react-native-sdk-3.0.10.tgz#c850fdb6e65589015c610e837af5b92da4fe789b"
integrity sha512-MozduLZXoTgYsv3fu16/xEN2Dm7Yjrn2ehB5Eg5muwFu47nToN7A+7qWWfYOVYj3mnEdERXlJP7AKjVUGZTWVQ==
"@textile/[email protected].11":
version "3.0.11"
resolved "https://registry.yarnpkg.com/@textile/react-native-sdk/-/react-native-sdk-3.0.11.tgz#a660cb8e2ce85eeaceaede17e453d57383d65214"
integrity sha512-T7kHcp/L6fyejwpuZ8sMxqOsp/x5FilOFxAwnCQ8sJi/e/vIraG+D8mTIhRKwMViPJ0fq9caVAasVQVuXrbEsg==
dependencies:
"@textile/js-types" "0.7.1"
buffer "^5.2.1"
Expand Down

0 comments on commit a8c4e0d

Please sign in to comment.