Skip to content

Instantly share code, notes, and snippets.

@arifkoken
Created August 22, 2017 08:35
Show Gist options
  • Save arifkoken/229ddcb1eb8c5961b62f6cb24c7ce79b to your computer and use it in GitHub Desktop.
Save arifkoken/229ddcb1eb8c5961b62f6cb24c7ce79b to your computer and use it in GitHub Desktop.
rootProject.name = 'rnsil'
.
.
.//Aşağıdaki kodları ekliyoruz
include ':react-native-sqlite-storage'
project(':react-native-sqlite-storage').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-sqlite-storage/src/android')
.
.
.
include ':app'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment