1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-17 23:27:48 +02:00

Getting latest RNCamera to work with Android

This commit is contained in:
Laurent Cozic
2019-06-14 22:45:35 +01:00
parent ff257060d1
commit c3f20d3ebc
5 changed files with 10 additions and 1 deletions

View File

@@ -33,4 +33,7 @@ include ':react-native-version-info'
project(':react-native-version-info').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-version-info/android')
include ':react-native-push-notification'
project(':react-native-push-notification').projectDir = file('../node_modules/react-native-push-notification/android')
project(':react-native-push-notification').projectDir = file('../node_modules/react-native-push-notification/android')
include ':react-native-camera'
project(':react-native-camera').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-camera/android')