File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import { AppRegistry , LogBox } from 'react-native'
22import App from './src/App'
33import { name as appName } from './app.json'
4- import 'react-native-gesture-handler'
54
65// Ignore log notification by message:
76LogBox . ignoreLogs ( [ 'required dispatch_sync' , 'flexWrap' ] )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { AppAPI, AppObject } from '@src/types'
22import { ThemeType } from '@src/theme'
33import { LanguageTagType } from '@src/i18n'
44import { NODE_TAB_TYPE } from '@src/navigation'
5- export declare module IState {
5+ export namespace IState {
66 export interface State {
77 ui : UIState
88 member : MemberState
@@ -23,7 +23,7 @@ export declare module IState {
2323
2424 deviceInfo ?: {
2525 brand : string
26- bunildId : string
26+ bundleId : string
2727 systemName : string
2828 uniqueId : string
2929 userAgent : string
You can’t perform that action at this time.
0 commit comments