Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Expo 52 Support #1250

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [3.2.2] - 2024-07-9

### Changed

- Updated dependencies to work with Expo 52

### Fixed

- Upgrading To Expo 52 Issues

## [3.2.1] - 2024-07-9

### Changed
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ SPEC CHECKSUMS:
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
hermes-engine: 16b8530de1b383cdada1476cf52d1b52f0692cbc
MultiplatformBleAdapter: ea8bac405ec200d0ca9de0f89afef6f06fb2abbc
MultiplatformBleAdapter: b1fddd0d499b96b607e00f0faa8e60648343dc1d
RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47
RCTDeprecation: efb313d8126259e9294dc4ee0002f44a6f676aba
RCTRequired: f49ea29cece52aee20db633ae7edc4b271435562
Expand Down Expand Up @@ -1460,4 +1460,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 79a51b25184dc42cb45da7554e537cf49293ea23

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-ble-plx",
"version": "3.2.1",
"version": "3.2.2",
"description": "React Native Bluetooth Low Energy library",
"main": "src/index",
"module": "src/index",
Expand Down Expand Up @@ -86,7 +86,7 @@
"@react-navigation/native-stack": "^6.9.26",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
"@types/react": "~18.2.79",
"@types/react-native": "0.70.0",
"@types/react-native-base64": "^0.2.2",
"@typescript-eslint/parser": "^5.62.0",
Expand All @@ -104,29 +104,29 @@
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-refresh": "^0.4.3",
"expo-module-scripts": "^3.1.0",
"expo-module-scripts": "^4.0.2",
"flow-bin": "^0.203.1",
"hermes-eslint": "^0.15.1",
"jest": "^29.7.0",
"pod-install": "^0.1.0",
"prettier": "^3.0.3",
"react": "18.2.0",
"react-native": "0.72.14",
"react-native": "0.74.5",
"react-native-base64": "^0.2.1",
"react-native-builder-bob": "^0.20.0",
"react-native-safe-area-context": "^4.10.5",
"react-native-toast-message": "^2.2.0",
"release-it": "^17.3.0",
"styled-components": "^6.1.11",
"turbo": "^1.10.7",
"typescript": "^5.2.2"
"typescript": "~5.3.3"
},
"resolutions": {
"@types/react": "^18.2.44"
},
"dependencies": {
"@expo/config-plugins": "^7.2.5 || ^8.0.0",
"expo": "^51.0.14"
"@expo/config-plugins": "^9.0.9",
"expo": "^52.0.0"
},
"peerDependencies": {
"react": "*",
Expand Down Expand Up @@ -180,4 +180,4 @@
]
]
}
}
}
Loading
Loading