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 |
||
---|---|---|
.. | ||
expo-plugin | ||
hooks | ||
utils | ||
Camera.tsx | ||
CameraDevice.ts | ||
CameraError.ts | ||
CameraPosition.ts | ||
CameraPreset.ts | ||
CameraProps.ts | ||
Frame.ts | ||
globals.d.ts | ||
index.ts | ||
PhotoFile.ts | ||
Point.ts | ||
Snapshot.ts | ||
TemporaryFile.ts | ||
VideoFile.ts |