@developer_tribe/react-native-comnyx 0.2.2 → 0.2.3

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.
package/ios/Comnyx.h CHANGED
@@ -1,6 +1,3 @@
1
-
2
- #import "generated/RNComnyxSpec/RNComnyxSpec.h"
3
-
4
- @interface Comnyx : NSObject <NativeComnyxSpec>
1
+ @interface Comnyx : NSObjec
5
2
 
6
3
  @end
package/ios/Comnyx.mm CHANGED
@@ -9,10 +9,4 @@ RCT_EXPORT_MODULE()
9
9
  return result;
10
10
  }
11
11
 
12
- - (std::shared_ptr<facebook::react::TurboModule>)getTurboModule:
13
- (const facebook::react::ObjCTurboModule::InitParams &)params
14
- {
15
- return std::make_shared<facebook::react::NativeComnyxSpecJSI>(params);
16
- }
17
-
18
12
  @end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@developer_tribe/react-native-comnyx",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "React Native chat component with integrated support panel, enabling real-time customer communication and efficient agent workflow management.",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",