Skip to content

vishnumad/android-edge-to-edge

Repository files navigation

screenshots

An Expo native module that lays out Android apps edge to edge

Installation & Usage

npm i android-edge-to-edge

Rebuild the app to pick up the native module changes and the app should start up in edge to edge mode

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"

See Example

Handle window insets

Use the react-native-safe-area-context package - Github

About

An Expo native module that lays out Android apps edge to edge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published