Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sAleksovski committed Nov 28, 2024
1 parent 8f75ef2 commit 26a2179
Show file tree
Hide file tree
Showing 8 changed files with 585 additions and 583 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Dropped support for React Native <0.76. For older versions use 0.14.2

### Known Issues

- Not working with new architecture

## [0.14.2] - 2024-11-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ import TabItem from '@theme/TabItem';
| React Native Version | react-native-android-widget version |
| -------------------- | ----------------------------------- |
| 0.76.0+ | 0.15.0+ |
| \< 0.76.0 | 0.14.1 |
| \< 0.76.0 | 0.14.2 |
10 changes: 5 additions & 5 deletions example-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-navigation/native": "^6.1.14",
"@react-navigation/native-stack": "^6.9.22",
"expo": "^52.0.0-preview.23",
"expo-dev-client": "~5.0.0-preview.9",
"expo-splash-screen": "^0.27.6",
"expo": "^52.0.11",
"expo-dev-client": "~5.0.4",
"expo-splash-screen": "^0.29.13",
"react": "18.3.1",
"react-native": "0.76.1",
"react-native-android-widget": "./react-native-android-widget-86353.tgz",
"react-native": "0.76.3",
"react-native-android-widget": "./react-native-android-widget-41009.tgz",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "^3.34.0"
},
Expand Down
Loading

0 comments on commit 26a2179

Please sign in to comment.