Skip to content

Commit 51a69b2

Browse files
author
IdoZ
authored
Merge pull request #28 from bringg/rc/1.14.2
bump react sdk version for npm + update readme to iOS 12
2 parents 6fd1753 + 3923668 commit 51a69b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ yarn add @bringg/react-native-bringg-driver-sdk
1616

1717
### iOS specific installation
1818

19-
1. Change minimum iOS version to 11. This should be done in the `Podfile` and on the target in the project settings in `Xcode`.
19+
1. Change minimum iOS version to 12. This should be done in the `Podfile` and on the target in the project settings in `Xcode`.
2020
2. Add `use_frameworks!` to `Podfile`.
2121
When adding `use_frameworks!`, if you are using `Flipper` you will need to either [disable](#removing-flipper) it or [change linking to static libraries](#static-library-linking-to-keep-flipper-and-use_frameworks).
2222
3. Perform a `pod install`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bringg/react-native-bringg-driver-sdk",
3-
"version": "1.14.1",
3+
"version": "1.14.2",
44
"description": "A React Native wrapper for the native (iOS and Android) Bringg driver SDKs (currently supporting the active customer use case)",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)