diff --git a/syng-im/.re-natal b/syng-im/.re-natal index a2d7bb8ecd..7cd8ae4ffa 100644 --- a/syng-im/.re-natal +++ b/syng-im/.re-natal @@ -2,7 +2,14 @@ "name": "SyngIm", "interface": "reagent", "androidHost": "localhost", - "modules": [], + "modules": [ + "react-native-contacts", + "react-native-invertible-scroll-view", + "awesome-phonenumber", + "realm", + "react-native-loading-spinner-overlay", + "react-native-i18n" + ], "imageDirs": [ "images" ] diff --git a/syng-im/android/app/build.gradle b/syng-im/android/app/build.gradle index 4e18332089..8c1f179166 100644 --- a/syng-im/android/app/build.gradle +++ b/syng-im/android/app/build.gradle @@ -121,5 +121,12 @@ android { dependencies { compile fileTree(dir: "libs", include: ["*.jar"]) compile "com.android.support:appcompat-v7:23.0.1" - compile "com.facebook.react:react-native:0.20.+" + compile "com.facebook.react:react-native:+" // From node_modules + compile project(':react-native-contacts') + compile project(':react-native-i18n') +// compile(name:'geth', ext:'aar') + compile(group: 'syng-im', name: 'android-geth', version: '1.4.0-201603131817-92d65cf', ext: 'aar') + + compile project(":realm") + compile fileTree(dir: "node_modules/realm/android/libs", include: ["*.jar"]) } diff --git a/syng-im/android/app/src/main/AndroidManifest.xml b/syng-im/android/app/src/main/AndroidManifest.xml index e37bcf1487..c56b2f64b8 100644 --- a/syng-im/android/app/src/main/AndroidManifest.xml +++ b/syng-im/android/app/src/main/AndroidManifest.xml @@ -2,6 +2,8 @@ package="com.syngim"> + +