Skip to content

Commit b2b06b4

Browse files
committed
Merge branch 'r/16.2.1'
2 parents a73b84e + afeaac0 commit b2b06b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

android/src/newarch/java/com/rncamerakit/CKCameraManager.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ class CKCameraManager(context: ReactApplicationContext) : SimpleViewManager<CKCa
155155
}
156156

157157
// Methods only available on iOS
158+
override fun setIOsSleepBeforeStarting(view: CKCamera?, value: Int) = Unit
159+
158160
override fun setRatioOverlay(view: CKCamera?, value: String?) = Unit
159161

160162
override fun setRatioOverlayColor(view: CKCamera?, value: Int?) = Unit

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"publishConfig": {
88
"registry": "https://registry.npmjs.org/"
99
},
10-
"version": "16.2.0",
10+
"version": "16.2.1",
1111
"description": "A high performance, fully featured, rock solid camera library for React Native applications",
1212
"nativePackage": true,
1313
"scripts": {

0 commit comments

Comments
 (0)