react-native-home-indicator
react-native-home-indicator copied to clipboard
A <PrefersHomeIndicatorAutoHidden /> component for react-native
I'm attempting to create a config plugin so that this library will work with Expo. However, on app launch I get this error: `DevLauncher tries to handle uncaught exception: rootViewController...
RN 0.71 seems to have changed the AppDelegate entrypoint significantly. From piecing together info from https://github.com/facebook/react-native/issues/35937 and https://github.com/facebook/react-native/blob/main/Libraries/AppDelegate/RCTAppDelegate.h I think the correct way to install, replacing the default UIViewController would...
This library will not work when placed inside a modal experience. This is likely because creating a modal in react native creates a new context/controller of some kind that overrides...
Thank you for making this library and for adding TypeScript to it! When updating to v0.2.9 I found that although the properties are now properly typed, my TS configuration still...
I am newbie of react-native. Can you give me a clue how to integrate with AppDelegate.swift instate of AppDelegate.m?
It would be nice if you could add an option to switch between `prefersHomeIndicatorAutoHidden ` and `preferredScreenEdgesDeferringSystemGestures` to hide indicator or prevent closing on first scrolling up: https://stackoverflow.com/questions/51927188/prevent-lockscreen-notificationcenter-from-swiping-down-in-react-native/53973335#53973335