Создать проект
npx create-expo-app my-app
Добавить в проект gluestack
npx gluestack-ui init
Добавить в проект компонент
npx gluestack-ui add box
MCP
"gluestack": {
"type": "stdio",
"command": "node",
"args": [
"C:/Users/nicol/Documents/ProjectsPet/gluestack_mcp/index.js"
]
},