Skip to content

Commit 8acbd71

Browse files
#123 Fix spinner fill background (#125)
#123 Fix spinner fill background
2 parents c8d5435 + 2efe4cd commit 8acbd71

40 files changed

+4216
-6716
lines changed

eas.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"cli": {
3+
"version": ">= 3.13.1"
4+
},
5+
"build": {
6+
"development": {
7+
"developmentClient": true,
8+
"distribution": "internal"
9+
},
10+
"preview": {
11+
"distribution": "internal"
12+
},
13+
"production": {}
14+
},
15+
"submit": {
16+
"production": {}
17+
}
18+
}

example/android/.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,5 @@ local.properties
1111
*.iml
1212
*.hprof
1313

14-
# BUCK
15-
buck-out/
16-
\.buckd/
17-
*.keystore
18-
!debug.keystore
19-
2014
# Bundle artifacts
2115
*.jsbundle

example/android/app/BUCK

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)