Skip to content

Commit

Permalink
add back keyboard area (#5000)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarbarrera authored Aug 15, 2023
1 parent 087b769 commit 4fb1541
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/send/SendAssetForm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { Fragment, useMemo } from 'react';
import LinearGradient from 'react-native-linear-gradient';
import { KeyboardArea } from 'react-native-keyboard-area';
import { ButtonPressAnimation } from '../animations';
import { SendCoinRow } from '../coin-row';
import CollectiblesSendRow from '../coin-row/CollectiblesSendRow';
Expand Down Expand Up @@ -152,6 +153,7 @@ export default function SendAssetForm({
sendMaxBalance={sendMaxBalance}
txSpeedRenderer={txSpeedRenderer}
/>
<KeyboardArea initialHeight={keyboardHeight} isOpen />
</Fragment>
)}
</FormContainer>
Expand Down

0 comments on commit 4fb1541

Please sign in to comment.