Skip to content

Commit 2ad769b

Browse files
committed
feat: convert codebase from js to tsx
haha gonna kms this is so fun
1 parent 5e414eb commit 2ad769b

64 files changed

Lines changed: 11082 additions & 12786 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
1-
# @generated expo-cli sync-b5df6a44d8735348b729920a7406b633cfb74d4c
2-
# The following patterns were generated by expo-cli
3-
41
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
52

63
# dependencies
74
node_modules/
85

96
# Expo
107
.expo/
8+
.vscode/
9+
.claude/
1110
dist/
1211
web-build/
13-
14-
# Prebuild
15-
android/
16-
ios/
12+
expo-env.d.ts
1713

1814
# Native
15+
.kotlin/
1916
*.orig.*
2017
*.jks
2118
*.p8
@@ -41,4 +38,8 @@ yarn-error.*
4138
# typescript
4239
*.tsbuildinfo
4340

44-
# @end expo-cli
41+
app-example
42+
43+
# generated native folders
44+
/ios
45+
/android

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)