Leafi
← Назад к блогу
Новое React Native react-native expo gluestack mcp
05 декабря 2025

React Native (Начало работы)

Создать проект

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"
  ]
},