You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this commit , android/src/main/jni/cpp-adapter.cpp:22 changed to invoke getNativeState. But in getNativeState, assert(hasNativeState<T>(runtime)); will be fail if runtime has multi rootView(register through AppRegistry.registerComponent).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In this commit ,
android/src/main/jni/cpp-adapter.cpp:22
changed to invokegetNativeState
. But ingetNativeState
,assert(hasNativeState<T>(runtime));
will be fail if runtime has multi rootView(register throughAppRegistry.registerComponent
).Beta Was this translation helpful? Give feedback.
All reactions