@sentiance-react-native/core 6.0.0-beta.17 → 6.0.0-beta.18

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.
@@ -313,8 +313,6 @@ RCT_EXPORT_METHOD(disableDetections:(RCTPromiseResolveBlock)resolve rejecter:(RC
313
313
 
314
314
  RCT_EXPORT_METHOD(getInitState:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject)
315
315
  {
316
- REJECT_IF_SDK_NOT_INITIALIZED(reject);
317
-
318
316
  @try {
319
317
  SENTSDKInitState initState = [[Sentiance sharedInstance] getInitState];
320
318
  resolve([self convertInitStateToString:initState]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentiance-react-native/core",
3
- "version": "6.0.0-beta.17",
3
+ "version": "6.0.0-beta.18",
4
4
  "description": "React Native Sentiance core library",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",