-
Notifications
You must be signed in to change notification settings - Fork 621
Closed
Labels
Description
💬 前提强调
- I have searched the issues of this repository and believe that this is not a duplicate.
🙋 描述详情/重现步骤
Modal弹窗关闭时报错,TypeError: _reactNative.BackHandler.removeEventListener is not a function (it is undefined)
React Native 版本 0.77.1
ModalView组件中使用了BackHandler.removeEventListener函数,官方在0.77版本移除了该函数
🔴 版本
10.9.0
💻 运行环境
Android
⚫️ npx react-native info
输出信息
1
补充说明
No response
jaydeep911