mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
remove unused + (slightly) rework search
This commit is contained in:
6
index.js
6
index.js
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user