voice-react-native-sdk 1.6.2-fork.20 → 1.6.2-fork.21

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.
@@ -7,7 +7,7 @@ class ExpoModule : Module() {
7
7
  private val log = SDKLog(this.javaClass)
8
8
 
9
9
  override fun definition() = ModuleDefinition {
10
- Name("TwilioVoiceExpo")
10
+ Name("TwilioVoiceReactNative")
11
11
 
12
12
  // For some reason I still need to have an empty module for things to work.
13
13
  }
@@ -21,6 +21,7 @@ public class ExpoPackage implements Package {
21
21
  return Collections.singletonList(new ExpoApplicationLifecycleListener());
22
22
  }
23
23
 
24
+ /*
24
25
  @Override
25
26
  public List<? extends ReactNativeHostHandler> createReactNativeHostHandlers(Context context) {
26
27
  return Collections.singletonList(new ReactNativeHostHandler() {
@@ -30,4 +31,5 @@ public class ExpoPackage implements Package {
30
31
  }
31
32
  });
32
33
  }
34
+ */
33
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "voice-react-native-sdk",
3
- "version": "1.6.2-fork.20",
3
+ "version": "1.6.2-fork.21",
4
4
  "description": "Twilio Voice React Native SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",