-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f67c25
commit a7ddf17
Showing
4 changed files
with
31 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// Learn more https://docs.expo.io/guides/customizing-metro | ||
import { getDefaultConfig } from 'expo/metro-config'; | ||
import { withNativeWind } from 'nativewind/metro'; | ||
|
||
const config = getDefaultConfig(__dirname); | ||
|
||
export default withNativeWind(config, { | ||
input: './global.css', | ||
inlineRem: false, | ||
} as any); // getCSSForPlatform 被错误标记为必需,但实际不需要 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters