@pinwheel/react-native-pinwheel 3.2.0-rc.0 → 3.2.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,7 +48,7 @@ class Pinwheel : FrameLayout {
48
48
  private fun createFragment() {
49
49
  Handler(Looper.getMainLooper()).post {
50
50
  this.token?.let {
51
- val pinwheelFragment = PinwheelFragment.newInstance(it, "react native", "3.1.0")
51
+ val pinwheelFragment = PinwheelFragment.newInstance(it, "react native", "3.2.0-rc.1")
52
52
  pinwheelEventListener?.let { listener ->
53
53
  pinwheelFragment.pinwheelEventListener = listener
54
54
  }
@@ -35,8 +35,8 @@ using namespace facebook::react;
35
35
  }
36
36
 
37
37
  - (void)initPinwheelWrapperVC {
38
- if (self.token != nil && self.pinwheelWrapperVC == nil) {
39
- self.pinwheelWrapperVC = [[PinwheelVCWrapper alloc] initWithToken:self.token delegate:self sdk:@"react native" version: @"3.0.5"];
38
+ if (self.token != nil && self.pinwheelWrapperVC == nil) {
39
+ self.pinwheelWrapperVC = [[PinwheelVCWrapper alloc] initWithToken:self.token delegate:self sdk:@"react native" version: @"3.2.0"];
40
40
  [self addSubview:self.pinwheelWrapperVC.view];
41
41
  }
42
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinwheel/react-native-pinwheel",
3
- "version": "3.2.0-rc.0",
3
+ "version": "3.2.0-rc.2",
4
4
  "type": "module",
5
5
  "description": "Pinwheel React Native SDK",
6
6
  "homepage": "https://github.com/underdog-tech/react-native-pinwheel",