We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e50777 + 3c86170 commit f3f50b8Copy full SHA for f3f50b8
example/android/settings.gradle
@@ -1,3 +1,8 @@
1
rootProject.name = 'AndroidProgressBarExample'
2
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
+
8
include ':app'
0 commit comments