Skip to content

Commit

Permalink
v11.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RN SDK Release User committed Mar 11, 2024
1 parent 44fec5c commit 498a3fd
Show file tree
Hide file tree
Showing 20 changed files with 315 additions and 318 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
package-lock.json

# OSX
#
.DS_Store

# Android and XCode
build/

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -29,7 +30,6 @@ project.xcworkspace

# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
Expand All @@ -50,9 +50,9 @@ android/bin/
#
node_modules/
SampleApp/.yalc/
SampleApp/.yalc.lock
TestApp/.yalc/

*.keystore
TestApp/.yalc.lock

# Built application files
#
Expand Down
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).

## [11.0.0] - 2024-03-06

### Changed:

- Updated underlying Onfido native SDK version:
- iOS 29.8.x (up from 29.7.x)
- Android 20.0.x (up from 19.6.x)

## [10.7.0] - 2024-02-01

### Changed:
Expand Down
7 changes: 5 additions & 2 deletions SampleApp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
#
.DS_Store

# Android and Xcode
build/

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
Expand All @@ -24,7 +26,6 @@ ios/.xcode.env.local

# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
Expand All @@ -35,6 +36,8 @@ local.properties
node_modules/
npm-debug.log
yarn-error.log
.yalc/
yalc.lock

# BUCK
#
Expand Down
1 change: 1 addition & 0 deletions SampleApp/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ target 'SampleApp' do
use_react_native!(
:path => config[:reactNativePath],
# to enable hermes on iOS, change `false` to `true` and then install pods
:hermes_enabled => false,
#:hermes_enabled => flags[:hermes_enabled],
#:fabric_enabled => flags[:fabric_enabled],

Expand Down
Loading

0 comments on commit 498a3fd

Please sign in to comment.