diff --git a/src/screens/transfer/screen/powerDownScreen.js b/src/screens/transfer/screen/powerDownScreen.js index a5c163280..aaef316c8 100644 --- a/src/screens/transfer/screen/powerDownScreen.js +++ b/src/screens/transfer/screen/powerDownScreen.js @@ -1,6 +1,6 @@ /* eslint-disable react/no-unused-state */ import React, { Fragment, Component } from 'react'; -import { Text, View, ScrollView, Alert } from 'react-native'; +import { Text, View, ScrollView, Alert, KeyboardAvoidingView, Platform } from 'react-native'; import { injectIntl } from 'react-intl'; import Slider from '@esteemapp/react-native-slider'; import get from 'lodash/get'; @@ -390,7 +390,11 @@ class PowerDownView extends Component { return ( - + {this._renderBeneficiarySelectionContent()} {_renderMiddleContent()} @@ -496,7 +500,7 @@ class PowerDownView extends Component { )} - +