android-edge-to-edge
v0.1.4
Published
Module that lays out Android app edge to edge
Downloads
15
Maintainers
Readme
An Expo native module that lays out Android apps edge to edge
Installation
npm i android-edge-to-edge
Note: For bare React Native projects, add Expo modules support to your app - Expo Docs
Change navigation bar button color
Use the expo-navigation-bar
package - Expo Docs
import { setButtonStyleAsync } from "expo-navigation-bar";
setButtonStyleAsync("dark"); // or "light"
Handle window insets
Use the react-native-safe-area-context
package - Github