From 7a89e24b86bb27d3dcc7a433b9c59a291914f115 Mon Sep 17 00:00:00 2001 From: Mustafa Buyukcelebi Date: Tue, 4 Dec 2018 16:38:14 +0300 Subject: [PATCH] Impelemted react-native-image-crop-picker with android project --- .env.example | 13 +++++++------ android/app/build.gradle | 1 + android/app/src/main/AndroidManifest.xml | 3 +++ android/build.gradle | 2 ++ 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index 9d5638c74..520fac719 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,7 @@ -BACKEND_URL=https://myapi.com -SEARCH_API_URL=https://search.com -SEARCH_API_TOKEN=abcde -ACTIVITY_WEBSOCKET_URL=ws://host.com/path -OLD_IMAGE_API=https://img.server.php/ -NEW_IMAGE_API=https://img.server/ +ACTIVITY_WEBSOCKET_URL= +BACKEND_URL= +NEW_IMAGE_API= +OLD_IMAGE_API= +SEARCH_API_TOKEN= +SEARCH_API_URL= +SERVER_LIST_API= \ No newline at end of file diff --git a/android/app/build.gradle b/android/app/build.gradle index adf74f968..ea61989e9 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -107,6 +107,7 @@ android { ndk { abiFilters "armeabi-v7a", "x86" } + vectorDrawables.useSupportLibrary = true } splits { abi { diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 8e31667fd..81480df27 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -3,6 +3,9 @@ + + +