findNodeHandle(...): Unable to find node handle for unmounted component. #16864
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
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 .
The text was updated successfully, but these errors were encountered: