Skip to content

Commit

Permalink
v12.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RN SDK Release User committed Jul 1, 2024
1 parent f67646e commit 810fe08
Show file tree
Hide file tree
Showing 25 changed files with 100 additions and 292 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 21.1.0
ruby 3.2.2
ruby 3.2.4
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [12.2.0] - 2024-06-27

### Changed:

- Updated underlying Onfido native SDK version:
- iOS 30.2.x (up from 30.1.x)
- Android 20.4.x (up from 20.3.x)

## [12.1.0] - 2024-05-21

### Changed:
Expand Down
8 changes: 4 additions & 4 deletions ONFIDO_STUDIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The SDK communicates directly and dynamically with active workflows to show the
The SDK supports:

* React Native 0.68+
* iOS 11+
* Supports Xcode 13+
* iOS 13+
* Supports Xcode 15+
* Supports Android API level 21+


Expand All @@ -39,10 +39,10 @@ npm --prefix node_modules/@onfido/react-native-sdk/ run updateBuildGradle
```

### 3. Update your iOS configuration files
Change ios/Podfile to use version 11:
Change ios/Podfile to use version 13:

```ruby
platform :ios, '11.0'
platform :ios, '13.0'
```

Add descriptions for camera and microphone permissions to `ios/YourProjectName/Info.plist`:
Expand Down
10 changes: 5 additions & 5 deletions SampleApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ PODS:
- ReactCommon/turbomodule/core (= 0.72.6)
- fmt (6.2.1)
- glog (0.3.5)
- Onfido (30.1.0)
- onfido-react-native-sdk (11.1.0):
- Onfido (~> 30.1.0)
- Onfido (30.2.0)
- onfido-react-native-sdk (12.2.0):
- Onfido (~> 30.2.0)
- React
- RCT-Folly (2021.07.22.00):
- boost
Expand Down Expand Up @@ -529,8 +529,8 @@ SPEC CHECKSUMS:
FBReactNativeSpec: 966f29e4e697de53a3b366355e8f57375c856ad9
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
Onfido: 5ae21e77484df08d64778fd676a12d1285054a20
onfido-react-native-sdk: 39d216b8bf2e99061454c8d578e9e086e02c540d
Onfido: 3872c7cde032a5737b461f7880b4167311a4e2bf
onfido-react-native-sdk: e62d2b6171e4a5ba5799cf29143968d68ce7aa17
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
RCTRequired: 28469809442eb4eb5528462705f7d852948c8a74
RCTTypeSafety: e9c6c409fca2cc584e5b086862d562540cb38d29
Expand Down
Loading

0 comments on commit 810fe08

Please sign in to comment.