Guest User

Untitled

a guest
Oct 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. ...
  2. android {
  3. compileSdkVersion 28 // Use latest version
  4. buildToolsVersion "28.0.3" // Latest version
  5. ...
  6.  
  7. ...
  8. dependencies {
  9. compile fileTree(dir: "libs", include: ["*.jar"])
  10. compile "com.android.support:appcompat-v7:28.+" // Use latest version
  11. implementation "com.facebook.react:react-native:+" // use 'implementation' instead of compile
  12. implementation project(':react-native-image-picker')
  13. implementation project(':react-native-background-fetch')
  14. implementation project(':react-native-push-notification')
  15. ....
Add Comment
Please, Sign In to add comment