Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Oct 23, 2024
1 parent 320cd9f commit a93e6af
Show file tree
Hide file tree
Showing 8 changed files with 1,902 additions and 1,923 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ Status bar management has never worked effectively with the built-in [`Modal`](h

## API

> [!WARNING]
> The API is subject to change before reaching version **1.0.0**.
### `<SystemBars />`

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)).
Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1237,9 +1237,9 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-safe-area-context (4.11.0):
- react-native-safe-area-context (4.11.1):
- React-Core
- react-native-segmented-control (2.5.4):
- react-native-segmented-control (2.5.5):
- React-Core
- React-nativeconfig (0.75.4)
- React-NativeModulesApple (0.75.4):
Expand Down Expand Up @@ -1768,8 +1768,8 @@ SPEC CHECKSUMS:
React-logger: d79b704bf215af194f5213a6b7deec50ba8e6a9b
React-Mapbuffer: b982d5bba94a8bc073bda48f0d27c9b28417fae3
React-microtasksnativemodule: 2b73e68f0462f3175f98782db08896f8501afd20
react-native-safe-area-context: 851c62c48dce80ccaa5637b6aa5991a1bc36eca9
react-native-segmented-control: fde795d4d9c95ebc97cd37a034eb0a7a922f1ec5
react-native-safe-area-context: 5141f11858b033636f1788b14f32eaba92cee810
react-native-segmented-control: 6a1ba93bd548d4706df5f472e8c71aea84874d92
React-nativeconfig: 8c83d992b9cc7d75b5abe262069eaeea4349f794
React-NativeModulesApple: 9f7920224a3b0c7d04d77990067ded14cee3c614
React-perflogger: 59e1a3182dca2cee7b9f1f7aab204018d46d1914
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"reinstall": "yarn clean && yarn install"
},
"dependencies": {
"@react-native-segmented-control/segmented-control": "2.5.4",
"@react-native-segmented-control/segmented-control": "2.5.5",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
"react": "18.3.1",
"react-native": "0.75.4",
"react-native-edge-to-edge": "link:../",
"react-native-safe-area-context": "4.11.0",
"react-native-safe-area-context": "4.11.1",
"react-native-screens": "3.34.0"
},
"devDependencies": {
Expand Down
1,438 changes: 716 additions & 722 deletions example/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-edge-to-edge",
"version": "0.2.1",
"version": "1.0.0",
"license": "MIT",
"description": "Effortlessly enable edge-to-edge display in React Native",
"author": "Mathieu Acthernoene <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion react-native-is-edge-to-edge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-is-edge-to-edge",
"version": "0.1.2",
"version": "1.0.0",
"license": "MIT",
"description": "Detect react-native-edge-to-edge package install",
"author": "Mathieu Acthernoene <[email protected]>",
Expand Down
900 changes: 447 additions & 453 deletions react-native-is-edge-to-edge/yarn.lock

Large diffs are not rendered by default.

1,468 changes: 731 additions & 737 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit a93e6af

Please sign in to comment.