fix build?

This commit is contained in:
Violet Caulfield
2025-02-10 07:33:11 -06:00
parent 1848c56245
commit 5ec3253fc1
2 changed files with 21 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ import { queryClient } from './constants/query-client';
import { GestureHandlerRootView } from 'react-native-gesture-handler';
import { createWorkletRuntime } from 'react-native-reanimated';
export const backgroundRuntime = createWorkletRuntime('background');
// export const backgroundRuntime = createWorkletRuntime('background');
export default function App(): React.JSX.Element {