diff --git a/package.json b/package.json index 0449c3ed5..d0af04f3d 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "dependencies": { "@babel/runtime": "^7.5.5", "@esteemapp/esteem-render-helpers": "^1.2.2", + "@esteemapp/react-native-autocomplete-input": "^4.2.1", "@ptomasroos/react-native-multi-slider": "^1.0.0", "@react-native-community/netinfo": "^4.1.3", "appcenter": "^2.6.0", @@ -48,7 +49,6 @@ "react-intl": "^3.3.1", "react-native": "^0.61.5", "react-native-actionsheet": "^2.4.2", - "react-native-autocomplete-input": "^4.1.0", "react-native-autoheight-webview": "^1.2.2", "react-native-code-push": "esteemapp/react-native-code-push", "react-native-config": "luggit/react-native-config#master", diff --git a/src/components/postBoost/postBoostView.js b/src/components/postBoost/postBoostView.js index eb085b326..27f7bc911 100644 --- a/src/components/postBoost/postBoostView.js +++ b/src/components/postBoost/postBoostView.js @@ -4,7 +4,7 @@ import { Text, View, ScrollView, TouchableOpacity, Alert } from 'react-native'; import { WebView } from 'react-native-webview'; import get from 'lodash/get'; import ActionSheet from 'react-native-actionsheet'; -import Autocomplete from 'react-native-autocomplete-input'; +import Autocomplete from '@esteemapp/react-native-autocomplete-input'; import { Icon, TextInput } from '..'; import { steemConnectOptions } from '../../constants/steemConnectOptions'; diff --git a/src/components/promote/promoteView.js b/src/components/promote/promoteView.js index bec772d79..9aa2f1b58 100644 --- a/src/components/promote/promoteView.js +++ b/src/components/promote/promoteView.js @@ -4,7 +4,7 @@ import { Text, View, ScrollView, TouchableOpacity, Alert } from 'react-native'; import { WebView } from 'react-native-webview'; import get from 'lodash/get'; import ActionSheet from 'react-native-actionsheet'; -import Autocomplete from 'react-native-autocomplete-input'; +import Autocomplete from '@esteemapp/react-native-autocomplete-input'; import { ScaleSlider, TextInput } from '..'; import { steemConnectOptions } from '../../constants/steemConnectOptions'; diff --git a/yarn.lock b/yarn.lock index 62d32925d..5fbe67e92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1110,6 +1110,11 @@ url "^0.11.0" xmldom "^0.1.27" +"@esteemapp/react-native-autocomplete-input@^4.2.1": + version "4.2.1" + resolved "https://registry.yarnpkg.com/@esteemapp/react-native-autocomplete-input/-/react-native-autocomplete-input-4.2.1.tgz#a883db553dcc152cf6ac5e6a39bc7e35682286ce" + integrity sha512-lZFIRoAmFhON69BuoWDbXXBSmjLRM4GDyIbaVwcRPD4y9l9wVgYIpN7MdtgRj66XYhS1ffJZhhMhqlzRC5sFAQ== + "@formatjs/intl-relativetimeformat@^4.1.1": version "4.2.0" resolved "https://registry.yarnpkg.com/@formatjs/intl-relativetimeformat/-/intl-relativetimeformat-4.2.0.tgz#dc403699eb5755dd19307c93a6541232b14dd721" @@ -7534,11 +7539,6 @@ react-native-actionsheet@^2.4.2: resolved "https://registry.yarnpkg.com/react-native-actionsheet/-/react-native-actionsheet-2.4.2.tgz#6a00dd51a75ef2c8974312130e405af73191500f" integrity sha512-DBoWIvVwuWXuptF4t46pBqkFxaUxS+rsIdHiA05t0n4BdTIDV2R4s9bLEUVOGzb94D7VxIamsXZPA/3mmw+SXg== -react-native-autocomplete-input@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/react-native-autocomplete-input/-/react-native-autocomplete-input-4.1.0.tgz#979ece28d891b245ecb967b6d31f1f924445b8ab" - integrity sha512-Yn4GulZ9F6tde74UUGZHdVFeYWVuL7+EbUZy6kt+QHrzMc5B4OuRop1FT4RyWLpvbySW/vvqYgj9LAmlzkuEqA== - react-native-autoheight-webview@^1.2.2: version "1.2.2" resolved "https://registry.yarnpkg.com/react-native-autoheight-webview/-/react-native-autoheight-webview-1.2.2.tgz#5b65fdad47f552cd154fc9dd916aebc69492cc24"