diff --git a/app/containers/TextInput.tsx b/app/containers/TextInput.tsx index ae11dcc17..f9c2236a8 100644 --- a/app/containers/TextInput.tsx +++ b/app/containers/TextInput.tsx @@ -1,6 +1,6 @@ import React from 'react'; import { StyleSheet, Text, View } from 'react-native'; -import { BorderlessButton } from 'react-native-gesture-handler'; +import Touchable from 'react-native-platform-touchable'; import sharedStyles from '../views/Styles'; import TextInput from '../presentation/TextInput'; @@ -95,9 +95,9 @@ export default class RCTextInput extends React.PureComponent + - + ); } @@ -105,14 +105,14 @@ export default class RCTextInput extends React.PureComponent + - + ); }