Skip to content

Commit

Permalink
add local react-native dependencies (#19)
Browse files Browse the repository at this point in the history
* add podspec template

* add local react-native repo
  • Loading branch information
buhe authored and frostney committed Dec 15, 2016
1 parent ab9acb5 commit 6194261
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/android.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ android {
}
}
allprojects {
repositories {
jcenter()
maven { url "$projectDir/../../react-native/android" }
}
}
dependencies {
compile 'com.facebook.react:react-native:0.20.+'
}
Expand Down

0 comments on commit 6194261

Please sign in to comment.