mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:03:26 +00:00
fix: ignore tamagui warning
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
import { LogBox } from "react-native";
|
||||
|
||||
import "expo-router/entry";
|
||||
import "react-native-gesture-handler";
|
||||
import "@react-native-anywhere/polyfill-base64";
|
||||
|
||||
LogBox.ignoreLogs([
|
||||
/Couldn't determine the version of the native part of Reanimated/,
|
||||
/Cannot update a component/,
|
||||
]);
|
||||
|
Reference in New Issue
Block a user