Skip to content

Commit

Permalink
native platforms (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUltDev committed Apr 21, 2024
1 parent 47393ed commit d4be03e
Show file tree
Hide file tree
Showing 249 changed files with 230 additions and 2,387 deletions.
2 changes: 1 addition & 1 deletion platforms/mobile/.editorconfig → .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 120
Expand Down
67 changes: 58 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dist/
gen/
WIP.md

# Node
node_modules/
# RNUC
rnuc.xcconfig

# MacOS
.DS_Store
Expand All @@ -23,8 +23,13 @@ node_modules/
# Vocs
vocs.config.ts.timestamp-*

# RNUC
rnuc.xcconfig
# Node
node_modules/
npm-debug.log
yarn-error.log

# Metro
.metro-health-check*

# Native
*.orig.*
Expand All @@ -34,10 +39,54 @@ rnuc.xcconfig
*.key
*.mobileprovision

# Metro
# Xcode
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate

# Android/IntelliJ
.idea
.gradle
local.properties
*.iml
*.hprof
.cxx/
*.keystore
!debug.keystore

# Fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/

**/fastlane/report.xml
**/fastlane/Preview.html
**/fastlane/screenshots
**/fastlane/test_output

# Bundle artifact
*.jsbundle

# Ruby / CocoaPods
platforms/mobile/ios/Pods/
/vendor/bundle/

# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*

# Debug
npm-debug.*
yarn-debug.*
yarn-error.*
# testing
/coverage
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"builder": "robot",
"native": "target",
"platforms": "target",
"vision": "content",
"output": "dist",
"rive": "animation",
"vocs": "vue",
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion guides/docs/start/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ You can use either [Figma](/start/figma) or the [CLI](/start/command) to create
├── locales/ # Extracted PO translation files for each locale
├── output/ # The web app, docs, and storybook distributables
├── toolkit/ # Build + deploy tools, storybook, and doc site
├── platforms/ # Desktop, Mobile, TV, and Vision platform code
├── config.yaml # Master config file used throughout the project
├── locales.ts # Source and target locales used for translating
└── package.json # Monorepo package to manage the entire project
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"resolutions": {
"@swc/core": "1.3.56"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@8.14.0",
"workspaces": [
"client/**",
Expand Down
66 changes: 0 additions & 66 deletions platforms/desktop/.gitignore

This file was deleted.

Loading

0 comments on commit d4be03e

Please sign in to comment.