Skip to content

Commit 8e8c111

Browse files
committed
Update react native example
1 parent 446c6b1 commit 8e8c111

File tree

11 files changed

+14366
-48280
lines changed

11 files changed

+14366
-48280
lines changed

package-lock.json

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

with-react-native-expo/.expo-shared/assets.json

-4
This file was deleted.

with-react-native-expo/.gitignore

+24-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,35 @@
1+
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
2+
3+
# dependencies
14
node_modules/
5+
6+
# Expo
27
.expo/
38
dist/
4-
npm-debug.*
9+
web-build/
10+
11+
# Native
12+
*.orig.*
513
*.jks
614
*.p8
715
*.p12
816
*.key
917
*.mobileprovision
10-
*.orig.*
11-
web-build/
18+
19+
# Metro
20+
.metro-health-check*
21+
22+
# debug
23+
npm-debug.*
24+
yarn-debug.*
25+
yarn-error.*
1226

1327
# macOS
1428
.DS_Store
29+
*.pem
30+
31+
# local env files
32+
.env*.local
33+
34+
# typescript
35+
*.tsbuildinfo

with-react-native-expo/App.js

-173
This file was deleted.

0 commit comments

Comments
 (0)