Skip to content

Commit f3f50b8

Browse files
committed
Merge branch 'master' of github.com:nyu-ossd-s19/react-native-progress-bar-android
2 parents 1e50777 + 3c86170 commit f3f50b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

example/android/settings.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
rootProject.name = 'AndroidProgressBarExample'
22

3+
include ':react-native-netinfo'
4+
project(':react-native-netinfo').projectDir = new File(rootProject.projectDir, '../../android')
5+
// For your application the line above will most likely be:
6+
// project(':react-native-netinfo').projectDir = new File(rootProject.projectDir, '../node_modules/!react-native-community/netinfo/android')
7+
38
include ':app'

0 commit comments

Comments
 (0)