@appboxo/react-native-sdk 1.0.38 → 1.0.40

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.
@@ -132,5 +132,5 @@ dependencies {
132
132
  implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
133
133
  //noinspection GradleDynamicVersion
134
134
  implementation 'com.facebook.react:react-native:+' // From node_modules
135
- implementation 'com.appboxo:sdk:1.4.19'
135
+ implementation 'com.appboxo:sdk:1.4.21'
136
136
  }
@@ -57,7 +57,7 @@ RCT_EXPORT_METHOD(openMiniapp:(NSString *)appId data:(nullable NSDictionary<NSSt
57
57
  [miniapp setData: data];
58
58
  [miniapp setDelegate:self];
59
59
 
60
- MiniappConfig *miniappConfig = [[MiniappConfig alloc] initWithTheme: ThemeSystem];
60
+ MiniappConfig *miniappConfig = [[MiniappConfig alloc] init];
61
61
  [miniappConfig setExtraParams:extraUrlParams];
62
62
 
63
63
  if (theme != NULL) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appboxo/react-native-sdk",
3
3
  "title": "Appboxo react native sdk",
4
- "version": "1.0.38",
4
+ "version": "1.0.40",
5
5
  "description": "Appboxo react native sdk",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
22
  s.requires_arc = true
23
23
 
24
24
  s.dependency "React"
25
- s.dependency 'AppBoxoSDK', '1.4.12'
25
+ s.dependency 'AppBoxoSDK', '1.4.13'
26
26
  # ...
27
27
  # s.dependency "..."
28
28
  end