mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-17 23:05:59 +08:00
ci: build on vercel
This commit is contained in:
@@ -66,7 +66,8 @@ export default ${withExpoSnack};
|
||||
const preview = params.preview || "true";
|
||||
const loading = params.loading || "lazy";
|
||||
const dependencies =
|
||||
params.dependencies || "react,react-native,nativewind@latest";
|
||||
params.dependencies ||
|
||||
`react,react-native,nativewind@${isPreview ? version : "latest"}`;
|
||||
|
||||
// Generate Node for SnackPlayer
|
||||
// See https://github.com/expo/snack/blob/main/docs/embedding-snacks.md
|
||||
|
||||
Reference in New Issue
Block a user