Skip to content

Commit a93e6af

Browse files
committed
Bump to 1.0.0
1 parent 320cd9f commit a93e6af

File tree

8 files changed

+1902
-1923
lines changed

8 files changed

+1902
-1923
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ Status bar management has never worked effectively with the built-in [`Modal`](h
106106

107107
## API
108108

109-
> [!WARNING]
110-
> The API is subject to change before reaching version **1.0.0**.
111-
112109
### `<SystemBars />`
113110

114111
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)).

example/ios/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1237,9 +1237,9 @@ PODS:
12371237
- ReactCommon/turbomodule/bridging
12381238
- ReactCommon/turbomodule/core
12391239
- Yoga
1240-
- react-native-safe-area-context (4.11.0):
1240+
- react-native-safe-area-context (4.11.1):
12411241
- React-Core
1242-
- react-native-segmented-control (2.5.4):
1242+
- react-native-segmented-control (2.5.5):
12431243
- React-Core
12441244
- React-nativeconfig (0.75.4)
12451245
- React-NativeModulesApple (0.75.4):
@@ -1768,8 +1768,8 @@ SPEC CHECKSUMS:
17681768
React-logger: d79b704bf215af194f5213a6b7deec50ba8e6a9b
17691769
React-Mapbuffer: b982d5bba94a8bc073bda48f0d27c9b28417fae3
17701770
React-microtasksnativemodule: 2b73e68f0462f3175f98782db08896f8501afd20
1771-
react-native-safe-area-context: 851c62c48dce80ccaa5637b6aa5991a1bc36eca9
1772-
react-native-segmented-control: fde795d4d9c95ebc97cd37a034eb0a7a922f1ec5
1771+
react-native-safe-area-context: 5141f11858b033636f1788b14f32eaba92cee810
1772+
react-native-segmented-control: 6a1ba93bd548d4706df5f472e8c71aea84874d92
17731773
React-nativeconfig: 8c83d992b9cc7d75b5abe262069eaeea4349f794
17741774
React-NativeModulesApple: 9f7920224a3b0c7d04d77990067ded14cee3c614
17751775
React-perflogger: 59e1a3182dca2cee7b9f1f7aab204018d46d1914

example/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"reinstall": "yarn clean && yarn install"
1313
},
1414
"dependencies": {
15-
"@react-native-segmented-control/segmented-control": "2.5.4",
15+
"@react-native-segmented-control/segmented-control": "2.5.5",
1616
"@react-navigation/native": "6.1.18",
1717
"@react-navigation/native-stack": "6.11.0",
1818
"react": "18.3.1",
1919
"react-native": "0.75.4",
2020
"react-native-edge-to-edge": "link:../",
21-
"react-native-safe-area-context": "4.11.0",
21+
"react-native-safe-area-context": "4.11.1",
2222
"react-native-screens": "3.34.0"
2323
},
2424
"devDependencies": {

example/yarn.lock

+716-722
Large diffs are not rendered by default.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-edge-to-edge",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"description": "Effortlessly enable edge-to-edge display in React Native",
66
"author": "Mathieu Acthernoene <[email protected]>",

react-native-is-edge-to-edge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-is-edge-to-edge",
3-
"version": "0.1.2",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"description": "Detect react-native-edge-to-edge package install",
66
"author": "Mathieu Acthernoene <[email protected]>",

react-native-is-edge-to-edge/yarn.lock

+447-453
Large diffs are not rendered by default.

yarn.lock

+731-737
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)