We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68dad5 commit 99ea2b7Copy full SHA for 99ea2b7
1 file changed
android/app/src/main/java/com/microsoft/codepush/react/CodePushNativeModule.java
@@ -858,7 +858,7 @@ public void removeListeners(Integer count) {
858
public ReactHostDelegate getReactHostDelegate(ReactHostImpl reactHostImpl) {
859
try {
860
Class<?> clazz = reactHostImpl.getClass();
861
- Field field = clazz.getDeclaredField("mReactHostDelegate");
+ Field field = clazz.getDeclaredField("reactHostDelegate");
862
field.setAccessible(true);
863
864
// Get the value of the field for the provided instance
0 commit comments