Skip to content
Discussion options

You must be logged in to vote
  1. You add it to your project using npm i -S react-native-edge-to-edge, or any package manager you want.
  2. You add the expo plugin by adding it to your app.json ("plugins": ["react-native-edge-to-edge"])
  3. You create a build: npx expo prebuild --clean && npx expo run:android
  4. Remove expo-status-bar, expo-navigation-bar, etc. Replace them with SystemBars

By default, edge-to-edge is semi opaque with buttons navigation, transparent with gesture navigation (read this)

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@scapking
Comment options

@scapking
Comment options

@zoontek
Comment options

Answer selected by zoontek
@zoontek
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants