chore: url parsing stuff for later when I have time

This commit is contained in:
Adrian Castro
2024-04-01 18:20:56 +02:00
parent 2399926cbc
commit 30e52c2b72
4 changed files with 21 additions and 12 deletions

View File

@@ -1,10 +1,3 @@
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/,
]);