react-native-safe-area-context
react-native-safe-area-context copied to clipboard
A flexible way to handle safe area insets in JS. Also works on Android and Web!
See this issue: https://github.com/software-mansion/react-native-reanimated/issues/2710 There seems to be a problem with reanimated and this repo.
After migrating my sdk38 expo app to sdk39, I have this strange behavior (on Android and ios) - flash is slowed down 30x to be able to see it as...
add ```yarn``` installation option
I have some pages with react navigation 5. I need to disable bottom safeArea in some pages. how can I achieve that ? in pages that have bottom tab bar...
Because of the device performance issue, the repeated emission of the same insets or useless emission from `useSafeAreaInsets` should be skipped. When I rotated my device with `iPhone X`, the...
I had something like the following, ```js ``` When I rotate to landscape and back to portrait, it gets stuck with the landscape insets I suspect this is because iOS's...
https://developer.android.com/reference/androidx/window/layout/package-summary
The old solution: https://github.com/th3rdwave/react-native-safe-area-context/issues/110#issuecomment-668864576 New solution: just run `expo install react-native-safe-area-context` and then `yarn` or `npm install`. Should fix the problem by installing a newer version of react-native-safe-area-context (in my...
Hello. In a project with react-native-safe-area-context version 0.7.3 all works but with the latest version I have a big issue on android devices. The clickable area of bottom tabs is...
## Summary Close #188 by moving the build script over to `expo-module-scripts`. ## Test Plan I'm going to publish under my own scope and install it in my app to...