Skip to content

Commit 671f264

Browse files
committed
refactor: code
1 parent 7862c2f commit 671f264

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { AppRegistry, LogBox } from 'react-native'
22
import App from './src/App'
33
import { name as appName } from './app.json'
4-
import 'react-native-gesture-handler'
54

65
// Ignore log notification by message:
76
LogBox.ignoreLogs(['required dispatch_sync', 'flexWrap'])

src/store/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { AppAPI, AppObject } from '@src/types'
22
import { ThemeType } from '@src/theme'
33
import { LanguageTagType } from '@src/i18n'
44
import { 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

0 commit comments

Comments
 (0)