-
react-native-edge-to-edge has been officially recognized. I think react-native-edge-to-edge has great potential and is very powerful. Although Android 15 and above use immersive display by default, there are still a large number of devices below Android 15 in use. For example, from creating an expo app to configuring react-native-edge-to-edge and code, as well as actual effects. If this is possible, your Github repository will attract more beginners to like and collect it. Then you will be recognized, and perhaps you can also receive sponsorship from some more authoritative organizations, so it is very necessary to have more comprehensive documents. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Sure, what did you not understand? |
Beta Was this translation helpful? Give feedback.
npm i -S react-native-edge-to-edge
, or any package manager you want.app.json
("plugins": ["react-native-edge-to-edge"]
)npx expo prebuild --clean && npx expo run:android
expo-status-bar
,expo-navigation-bar
, etc. Replace them withSystemBars
By default, edge-to-edge is semi opaque with buttons navigation, transparent with gesture navigation (read this)