Initial Expo managed workflow app for n8n mobile

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-20 16:44:24 +02:00
commit ea1705d3b0
13 changed files with 8898 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "n8n",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~54.0.33",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-native": "0.81.5"
},
"private": true
}