Skip to content

Commit 6194261

Browse files
buhefrostney
authored andcommitted
add local react-native dependencies (#19)
* add podspec template * add local react-native repo
1 parent ab9acb5 commit 6194261

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

templates/android.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ android {
2121
}
2222
}
2323
24+
allprojects {
25+
repositories {
26+
jcenter()
27+
maven { url "$projectDir/../../react-native/android" }
28+
}
29+
}
30+
2431
dependencies {
2532
compile 'com.facebook.react:react-native:0.20.+'
2633
}

0 commit comments

Comments
 (0)