Skip to content

Commit 3c86170

Browse files
committed
Manually linked the library project with the example one in /examples/android/settings.gradle
1 parent f0b3876 commit 3c86170

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)