Some checks failed
Publish to npm / publish (push) Has been cancelled
- Remove all Chinese characters from src/, example/, ios/, patches/, tests/ - Add esbuild-based build obfuscation (minify + identifier mangle + no sourcemaps) - Drop src/ from npm publish, only ship minified dist/ - Remove source maps and declaration maps from build output - Add README icons and visual polish throughout - Fix broken Table of Contents anchor links in README Co-authored-by: Cursor <cursoragent@cursor.com>
36 lines
388 B
Plaintext
36 lines
388 B
Plaintext
# Demo app
|
|
example/
|
|
App.tsx
|
|
index.js
|
|
app.json
|
|
metro.config.js
|
|
babel.config.js
|
|
|
|
# Tests
|
|
__tests__/
|
|
coverage/
|
|
|
|
# Native demo projects
|
|
ios/
|
|
android/
|
|
|
|
# Config files (not needed in published package)
|
|
tsconfig.json
|
|
tsconfig.build.json
|
|
.eslintrc.js
|
|
.prettierrc.js
|
|
|
|
# Development
|
|
.cursor/
|
|
agent-transcripts/
|
|
assets/
|
|
scripts/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# OS
|
|
.DS_Store
|
|
*.log
|