mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 01:24:18 +00:00
5 lines
227 B
Groovy
5 lines
227 B
Groovy
rootProject.name = 'UppyReactNative'
|
|
include ':react-native-image-picker'
|
|
project(':react-native-image-picker').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-image-picker/android')
|
|
|
|
include ':app'
|