Skip to content

Commit f392731

Browse files
committed
fix: uniwind hotreload
1 parent cd6b4b9 commit f392731

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import '@/i18n'
22
import 'react-native-reanimated'
3-
import '../global.css'
43

54
import { DATABASE_NAME, db, expoDb } from '@db'
65
import { BottomSheetModalProvider } from '@gorhom/bottom-sheet'

src/navigators/MainStackNavigator.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import '@/i18n'
2+
import '../../global.css'
23

34
import { createStackNavigator } from '@react-navigation/stack'
45
import React from 'react'

0 commit comments

Comments
 (0)