settings.gradle 199 Bytes
Newer Older
1 2
include ':myapplication'

3 4
include ':reactnativenotifications'
project(':reactnativenotifications').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notifications/android')