4a73cb96c1
* Add custom `onViewReady` event to get layout `componentDidMount` is async, so the native view _might_ not exist yet causing a race condition in the `setFrameProcessor` code. This PR fixes this by calling `setFrameProcessor` only after the native view has actually mounted, and to ensure that I created a custom event that fires at that point. * Update CameraView.swift |
||
---|---|---|
.. | ||
frameprocessor | ||
parsers | ||
utils | ||
CameraPackage.kt | ||
CameraView.kt | ||
CameraView+Events.kt | ||
CameraView+Focus.kt | ||
CameraView+RecordVideo.kt | ||
CameraView+TakePhoto.kt | ||
CameraView+TakeSnapshot.kt | ||
CameraViewManager.kt | ||
CameraViewModule.kt | ||
Errors.kt |