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.08k stars 191 forks source link

fix(#439): remove deprecated FabricViewStateManager class usage #462

Closed mateusz1913 closed 6 months ago

mateusz1913 commented 6 months ago

Summary

closes #439

FabricStateViewManager is deprecated in RN core and it should be migrated just to direct usage of StateWrapper (it should be safe to use it even with older versions of RN)

Test Plan