th3rdwave / react-native-safe-area-context

A flexible way to handle safe area insets in JS. Also works on Android and Web!
MIT License
2.18k stars 200 forks source link

Error: Unsupported top level event type "topInsetsChange" dispatched #524

Closed junhwong closed 3 months ago

junhwong commented 3 months ago

as this title I couldn't find the wrong source, but I searched for the keyword topInsetsChange

source

version: 4.10.9

jacobp100 commented 3 months ago

There's not enough information to go on here. I will say the event you're pointing to is fundamental to this library working, so there's almost zero chance that would be the issue

jonsherrard commented 3 months ago

Hi there, I'm still investigating, but just trying to update the Tamagui expo-router starter to the new architecture and encountering this bug too.

By-Trex commented 3 months ago

++++++++

quantum0X commented 1 week ago

Delete node_module and package-lock.json then run npm i. It works for me.