We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2f61a0 + 2c0a0e4 commit 00b9532Copy full SHA for 00b9532
android/src/newarch/java/com/rncamerakit/CKCameraManager.kt
@@ -155,6 +155,8 @@ class CKCameraManager(context: ReactApplicationContext) : SimpleViewManager<CKCa
155
}
156
157
// Methods only available on iOS
158
+ override fun setIOsSleepBeforeStarting(view: CKCamera?, value: Int) = Unit
159
+
160
override fun setRatioOverlay(view: CKCamera?, value: String?) = Unit
161
162
override fun setRatioOverlayColor(view: CKCamera?, value: Int?) = Unit
0 commit comments