You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
ExpoStartProject/my-expo-app/cesconfig.jsonc

31 lines
712 B

// This is an optional configuration file used primarily for debugging purposes when reporting issues.
// It is safe to delete this file as it does not affect the functionality of your application.
{
"cesVersion": "2.18.10",
"projectName": "my-expo-app",
"packages": [
{
"name": "nativewind",
"type": "styling"
}
],
"flags": {
"noGit": false,
"noInstall": false,
"overwrite": false,
"importAlias": true,
"packageManager": "npm",
"eas": false,
"publish": false
},
"packageManager": {
"type": "npm",
"version": "11.6.0"
},
"os": {
"type": "Windows_NT",
"platform": "win32",
"arch": "x64",
"kernelVersion": "10.0.26100"
}
}