Hide home indicator in iPhone X

Hi, everyone! I don’t find any information about this feature in official docs, but I’ve found repository https://github.com/flowkey/react-native-home-indicator with this feature.

But I don’t know how to integrate it into my project. Could you help?

Hey @blaremc,

Using that library would require you to eject your Expo project and begin developing with ExpoKit. Ejecting creates the ios and android directories needed for you to make the native code configurations mentioned in that library’s README.

You can read more about Ejecting to ExpoKit.

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.