react-native-edge-to-edge 0.2.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -106,9 +106,6 @@ Status bar management has never worked effectively with the built-in [`Modal`](h
|
|
|
106
106
|
|
|
107
107
|
## API
|
|
108
108
|
|
|
109
|
-
> [!WARNING]
|
|
110
|
-
> The API is subject to change before reaching version **1.0.0**.
|
|
111
|
-
|
|
112
109
|
### `<SystemBars />`
|
|
113
110
|
|
|
114
111
|
A component for managing your app's system bars. This replace [`StatusBar`](https://reactnative.dev/docs/statusbar), [`expo-status-bar`](https://docs.expo.dev/versions/latest/sdk/status-bar) and [`expo-navigation-bar`](https://docs.expo.dev/versions/latest/sdk/navigation-bar/) (that uses a lot of now [deprecated APIs](https://developer.android.com/about/versions/15/behavior-changes-15#deprecated-apis)).
|