initial commit

This commit is contained in:
Sathurshan 2024-03-20 21:22:08 +05:30
parent af3e78f24f
commit 989982bc1a
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ if (__DEV__) {
// @ts-ignore
console.warn = Reactotron.log;
// @ts-ignore
console.log = Reactotron.log;
// console.log = Reactotron.log;
LogBox.ignoreAllLogs(true);
}