Skip to content

Commit 22464c5

Browse files
authoredFeb 26, 2021
feat: updated example app to react native 0.63.4 (#159)
1 parent 2de5281 commit 22464c5

Some content is hidden

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

62 files changed

+8813
-4842
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android.iml
3838

3939
# Cocoapods
4040
#
41-
example/ios/Pods
41+
Example/ios/Pods
4242

4343
# node.js
4444
#

‎.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ android:
66
components:
77
- tools
88
- platform-tools
9+
- build-tools-29.0.2
910
- build-tools-28.0.3
10-
- android-28
11+
- android-29
1112
- extra-google-m2repository
1213

1314
before_install:

0 commit comments

Comments
 (0)
Please sign in to comment.