Android: Unsupported top level event type
See original GitHub issueUnsupported top level event type “topGestureHandlerStateChange” dispatched extractEvents
ReactNativeFiber-dev.js:3519:22
extractEvents
ReactNativeFiber-dev.js:3298:71
handleTopLevel
ReactNativeFiber-dev.js:3539:64
<unknown>
ReactNativeFiber-dev.js:3560:55
batchedUpdates
ReactNativeFiber-dev.js:2754:26
batchedUpdates
ReactNativeFiber-dev.js:202:35
batchedUpdatesWithControlledComponents
ReactNativeFiber-dev.js:209:34
_receiveRootNodeIDEvent
ReactNativeFiber-dev.js:3559:50
receiveEvent
ReactNativeFiber-dev.js:3564:60
__callFunction
MessageQueue.js:299:47
<unknown>
MessageQueue.js:111:26
__guard
MessageQueue.js:262:6
callFunctionReturnFlushedQueue
MessageQueue.js:110:17
In a Flatlist. just when i click everywhere.
“expo”: “^24.0.0” with .29 Beta. Sorry for that
Issue Analytics
- State:
- Created 6 years ago
- Comments:8
Top Results From Across the Web
Unsupported top level event type ...
I am getting crash when I touch the PanGestureHandler. return ( <PanGestureHandler onGestureEvent={this.onGestureEvent} onHandlerStateChange={ ...
Read more >ios - Unsupported top level event type ...
A drawer is working properly in Android and iPhone 5S. But, when I ran the app in iPhone X, it's throw error when...
Read more >iOS : Unsupported top level event type ... - YouTube
iOS : Unsupported top level event type "onGestureHandlerStateChange dispatched in iphone X [ Beautify Your Computer ...
Read more >[Solved]-Unsupported top level event type ...
Once new event types are registered with react it is possible to dispatch these events to all kind of native views. UIManager.genericDirectEventTypes =...
Read more >BottomSheet | React Native AMA
Unsupported top level event type "onGestureHandlerStateChange" dispatched. Add the following import at the top of your App.tsx|jsx file:.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I got this error after updating to 1.0.5, downgrading to 1.0.4 fixed the problem. The issue appears to be this commit: https://github.com/kmagiera/react-native-gesture-handler/commit/10f239de4b315c34e145f6edf32a3e34b97bc65f
same issue on android when release