We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6aff0 commit c469ca3Copy full SHA for c469ca3
android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java
@@ -747,7 +747,7 @@ public void removeListeners(Integer count) {
747
public ReactHostDelegate getReactHostDelegate(ReactHostImpl reactHostImpl) {
748
try {
749
Class<?> clazz = reactHostImpl.getClass();
750
- Field field = clazz.getDeclaredField("mReactHostDelegate");
+ Field field = clazz.getDeclaredField("reactHostDelegate");
751
field.setAccessible(true);
752
753
// Get the value of the field for the provided instance
0 commit comments