You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be awesome if this library could export a RN view that uses absolute positioning to visually show the device insets from useSafeArea().
Apps that use this library could choose to render this view in their developer scenarios to their discretion so they can visually make sure their views are interacting with the safe area in the way they would expect.
If the library maintainers think this would be a good idea, I'd be happy to open a PR for this.
The text was updated successfully, but these errors were encountered:
I think it'd be ok to add this as long as it isn't exported by default (since RN doesn't have tree shaking) - maybe if it was under something like import DebugView from "react-native-safe-area-context/DebugView"
Would be awesome if this library could export a RN view that uses absolute positioning to visually show the device insets from useSafeArea().
Apps that use this library could choose to render this view in their developer scenarios to their discretion so they can visually make sure their views are interacting with the safe area in the way they would expect.
If the library maintainers think this would be a good idea, I'd be happy to open a PR for this.
The text was updated successfully, but these errors were encountered: