-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
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 .
Metadata
Metadata
Assignees
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.