Skip to content

Commit

Permalink
-update to native SDK 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felipevaladares committed Jul 11, 2022
1 parent 10bb597 commit f8d2fd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Expand Up @@ -22,7 +22,7 @@ PODS:
- DoubleConversion
- glog
- glog (0.3.5)
- PointSDK (0.2.0):
- PointSDK (0.2.2):
- Apollo (~> 0.51.2)
- SQLite.swift (~> 0.13.3)
- RCTRequired (0.63.2)
Expand Down Expand Up @@ -191,8 +191,8 @@ PODS:
- React-cxxreact (= 0.63.2)
- React-jsi (= 0.63.2)
- React-jsinspector (0.63.2)
- react-native-point-sdk (0.2.2):
- PointSDK (~> 0.2.0)
- react-native-point-sdk (0.2.3):
- PointSDK (~> 0.2.2)
- React
- react-native-safe-area-context (3.4.1):
- React-Core
Expand Down Expand Up @@ -371,7 +371,7 @@ SPEC CHECKSUMS:
FBReactNativeSpec: dc7fa9088f0f2a998503a352b0554d69a4391c5a
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
PointSDK: 4d0808cf29b5f7be56140b6fcc9d74f6d8365db0
PointSDK: 698e7a8e48aefeec6d377e9fd563fe1a46b01f35
RCTRequired: f13f25e7b12f925f1f6a6a8c69d929a03c0129fe
RCTTypeSafety: 44982c5c8e43ff4141eb519a8ddc88059acd1f3a
React: e1c65dd41cb9db13b99f24608e47dd595f28ca9a
Expand All @@ -382,7 +382,7 @@ SPEC CHECKSUMS:
React-jsi: 54245e1d5f4b690dec614a73a3795964eeef13a8
React-jsiexecutor: 8ca588cc921e70590820ce72b8789b02c67cce38
React-jsinspector: b14e62ebe7a66e9231e9581279909f2fc3db6606
react-native-point-sdk: 43675d0e78a4d3bbd9e17b46d1dbeda237898490
react-native-point-sdk: 353e73c4c7a73ebb5d226a5ed4782d6297e9a576
react-native-safe-area-context: 9e40fb181dac02619414ba1294d6c2a807056ab9
React-RCTActionSheet: 910163b6b09685a35c4ebbc52b66d1bfbbe39fc5
React-RCTAnimation: 9a883bbe1e9d2e158d4fb53765ed64c8dc2200c6
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "react-native-point-sdk",
"title": "React Native Point SDK",
"version": "0.2.2",
"version": "0.2.3",
"description": "React Native Wrapper for PointSDK",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion react-native-point-sdk.podspec
Expand Up @@ -32,6 +32,6 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
s.dependency "PointSDK", '~> 0.2.0'
s.dependency "PointSDK", '~> 0.2.2'
end

0 comments on commit f8d2fd0

Please sign in to comment.