mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add unistyles
This commit is contained in:
@@ -118,7 +118,10 @@ export async function setupEnvironmentVariables(
|
||||
}
|
||||
}
|
||||
|
||||
if (frontend.includes("native")) {
|
||||
if (
|
||||
frontend.includes("native-nativewind") ||
|
||||
frontend.includes("native-unistyles")
|
||||
) {
|
||||
const nativeDir = path.join(projectDir, "apps/native");
|
||||
if (await fs.pathExists(nativeDir)) {
|
||||
let envVarName = "EXPO_PUBLIC_SERVER_URL";
|
||||
|
||||
Reference in New Issue
Block a user