Releases: smileidentity/react-native
Releases · smileidentity/react-native
v10.2.2
v10.2.1
- Allow skipApiSubmission which will capture Enrollment, Authentication, Doc V and Enhanced DocV without submitting to SmileID and will return captured images file paths
- Bump android to 10.3.7 (https://github.com/smileidentity/android/releases/tag/v10.3.7)
- Bump iOS to 10.2.17 (https://github.com/smileidentity/ios/releases/tag/v10.2.17)
v10.2.0
v10.1.12
- Added selfie capture screens
- Added document capture screens
- Bump android to 10.3.1 (https://github.com/smileidentity/android/releases/tag/v10.3.1)
- Bump iOS to 10.2.12 (https://github.com/smileidentity/ios/releases/tag/v10.2.12)
v10.1.11
v10.1.10
10.1.9
- Bump ios to 10.2.6 (https://github.com/smileidentity/ios/releases/tag/v10.2.6) All polling methods now return a AsyncThrowingStream<JobStatusResponse, Error> and instead of a timeout, if there is no error it'll return the last valid response and complete the stream.
- Bump android to 10.2.5 (https://github.com/smileidentity/android/releases/tag/v10.2.5)
- Removed
SmileID.setEnvironment()
since the API Keys are no longer shared between environments
10.1.8
Fixed
- Bump ios to 10.2.4 (https://github.com/smileidentity/android/releases/tag/v10.2.2) which fixes partner params on v2 endpoints
10.1.7
- Return the correct type exports and class exports
- Sample app updates to include polling
- Fix ios results to make them uniform with android
- Bump android to 10.2.2 (https://github.com/smileidentity/android/releases/tag/v10.2.2)
10.1.6
- Bump iOS to 10.2.2 (https://github.com/smileidentity/ios/releases/tag/v10.2.2) which fixes retry crash