@revopush/react-native-code-push 2.6.0-rc.3 → 2.6.0

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.
@@ -905,6 +905,7 @@ public class CodePushNativeModule extends BaseJavaModule {
905
905
 
906
906
  public ReactHostDelegate getReactHostDelegate(ReactHostImpl reactHostImpl) {
907
907
  try {
908
+ Class<?> clazz = reactHostImpl.getClass();
908
909
  Field field;
909
910
  try {
910
911
  // RN < 0.81
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revopush/react-native-code-push",
3
- "version": "2.6.0-rc.3",
3
+ "version": "2.6.0",
4
4
  "description": "React Native plugin for the CodePush service",
5
5
  "main": "CodePush.js",
6
6
  "typings": "typings/react-native-code-push.d.ts",