fix: ignore tamagui warning

This commit is contained in:
Adrian Castro
2024-03-20 13:11:08 +01:00
parent f1ddcc02f5
commit e3d252708d

View File

@@ -1,3 +1,10 @@
import { LogBox } from "react-native";
import "expo-router/entry"; import "expo-router/entry";
import "react-native-gesture-handler"; import "react-native-gesture-handler";
import "@react-native-anywhere/polyfill-base64"; import "@react-native-anywhere/polyfill-base64";
LogBox.ignoreLogs([
/Couldn't determine the version of the native part of Reanimated/,
/Cannot update a component/,
]);