0.1.4 • Published 1 year ago

android-edge-to-edge v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

screenshots

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"

See Example

Handle window insets

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

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago