Skip to content

Commit

Permalink
Create expo template with tamagui
Browse files Browse the repository at this point in the history
  • Loading branch information
OKendigelyan committed Jan 15, 2025
1 parent 144ad5f commit 7abaa67
Show file tree
Hide file tree
Showing 42 changed files with 47,640 additions and 151 deletions.
38 changes: 38 additions & 0 deletions apps/mobile-expo-test/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files

# dependencies
node_modules/

# Expo
.expo/
dist/
web-build/
expo-env.d.ts

# Native
*.orig.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision

# Metro
.metro-health-check*

# debug
npm-debug.*
yarn-debug.*
yarn-error.*

# macOS
.DS_Store
*.pem

# local env files
.env*.local

# typescript
*.tsbuildinfo

app-example
1 change: 1 addition & 0 deletions apps/mobile-expo-test/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node-linker=hoisted
Loading

0 comments on commit 7abaa67

Please sign in to comment.