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
Navigating to User Menu examples or playground throws browser console warnings - BackHandler is not supported on web and should not be used. Additional warnings display running dev locally with the above mentioned plus selectable prop is deprecated, focusable is deprecated, TouchableWithoutFeedback is deprecated, props.pointerEvents is deprecated and textAlignVertical is deprecated.
Just logging this as a known issue in case that a user might observe this warning/errors.
The react-native-web deprecated this. react-navigation/react-navigation#11316
Describe the bug / expected behavior
Navigating to User Menu examples or playground throws browser console warnings - BackHandler is not supported on web and should not be used. Additional warnings display running dev locally with the above mentioned plus selectable prop is deprecated, focusable is deprecated, TouchableWithoutFeedback is deprecated, props.pointerEvents is deprecated and textAlignVertical is deprecated.
Just logging this as a known issue in case that a user might observe this warning/errors.
The react-native-web deprecated this. react-navigation/react-navigation#11316
What are the steps to reproduce?
Screenshots / Screen recording
Code snippet / Link to minimum reproduction example
Your environment information
Suggested fix
Anything else to add?
The text was updated successfully, but these errors were encountered: