remove unused + (slightly) rework search

This commit is contained in:
austinried
2022-03-19 12:20:45 +09:00
parent 71330e2925
commit 1803e9dc7c
5 changed files with 93 additions and 193 deletions

View File

@@ -6,6 +6,12 @@ enableScreens()
import { LogBox } from 'react-native'
LogBox.ignoreLogs(["The action 'POP_TO_TOP'"])
LogBox.ignoreLogs([
'`new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method.',
])
LogBox.ignoreLogs([
'`new NativeEventEmitter()` was called with a non-null argument without the required `removeListeners` method.',
])
import { AppRegistry } from 'react-native'
import App from '@app/App'