Update App.tsx

This commit is contained in:
Marc Rousavy 2021-02-25 15:34:23 +01:00
parent cf357ff3f1
commit 8849208d0c

View File

@ -239,7 +239,6 @@ export const App: NavigationFunctionComponent = ({ componentId }) => {
<Reanimated.View style={StyleSheet.absoluteFill}>
<TapGestureHandler onHandlerStateChange={onDoubleTapGesture} numberOfTaps={2}>
<ReanimatedCamera
// @ts-expect-error The <Camera> types are a bit tricky since they're using Unions. I'll try to flatten those out in a future PR.
ref={camera}
style={StyleSheet.absoluteFill}
device={device}