feat(companion): initial rn port scaffold
This commit is contained in:
42
aris/cesconfig.jsonc
Normal file
42
aris/cesconfig.jsonc
Normal file
@@ -0,0 +1,42 @@
|
||||
// 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.20.1",
|
||||
"projectName": "aris",
|
||||
"packages": [
|
||||
{
|
||||
"name": "expo-router",
|
||||
"type": "navigation",
|
||||
"options": {
|
||||
"type": "stack"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "nativewind",
|
||||
"type": "styling"
|
||||
},
|
||||
{
|
||||
"name": "zustand",
|
||||
"type": "state-management"
|
||||
}
|
||||
],
|
||||
"flags": {
|
||||
"noGit": false,
|
||||
"noInstall": false,
|
||||
"overwrite": false,
|
||||
"importAlias": true,
|
||||
"packageManager": "bun",
|
||||
"eas": false,
|
||||
"publish": false
|
||||
},
|
||||
"packageManager": {
|
||||
"type": "bun",
|
||||
"version": "1.2.21"
|
||||
},
|
||||
"os": {
|
||||
"type": "Darwin",
|
||||
"platform": "darwin",
|
||||
"arch": "arm64",
|
||||
"kernelVersion": "24.5.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user