You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to enable edge-to-edge follow installation instructions for [react-native-edge-to-edge](https://github.com/zoontek/react-native-edge-to-edge).
6
6
7
+
:::note
8
+
9
+
When using `react-native-edge-to-edge` config plugin, you don't need `react-native-bottom-tabs` config plugin. Make sure to set `parentTheme` to be either `Material2` or `Material3`.
10
+
11
+
```json
12
+
{
13
+
"expo": {
14
+
"plugins": [
15
+
[
16
+
"react-native-edge-to-edge",
17
+
{ "android": { "parentTheme": "Material3" } }
18
+
]
19
+
]
20
+
}
21
+
}
22
+
```
23
+
24
+
:::
25
+
26
+
7
27
Once this package is installed, this library will automatically use it to enable edge-to-edge navigation on Android.
0 commit comments