Use ViewPagerAndroid in project
file : react-native/Libraries/Components/ViewPager/ViewPagerAndroid.android.js
error:
setPageWithoutAnimation = (selectedPage: number) => {
UIManager.dispatchViewManagerCommand(
ReactNative.findNodeHandle(this), //this line cause crash
UIManager.AndroidViewPager.Commands.setPageWithoutAnimation,
[selectedPage],
);
};
ReactNative.findNodeHandle(this) report an error message : findNodeHandle(...): Unable to find node handle for unmounted component.
note : I use two React-native project in Android app .