APSL / react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
MIT License
5.27k stars 646 forks source link

Error calling RCTDeviceEventEmitter.emit - After upgrading RN version to 0.66.1 #514

Open ashok-sl opened 2 years ago

ashok-sl commented 2 years ago

It was working fine when I was using RN version 0.64.2 but after upgrading it to latest RN version I am getting the following issue.

"react": "^17.0.2",
"react-native": "0.66.1",
"react-native-keyboard-aware-scroll-view": "^0.9.4",

Screenshot 2021-10-22 at 3 32 16 PM