Skip to content

Commit

Permalink
Merge pull request #46749 from Expensify/revert-46513-fix/44514-kav-f…
Browse files Browse the repository at this point in the history
…rom-keyboard-controller

Revert "fix: use `KeyboardAvoidingView` from keyboard controller"
  • Loading branch information
Beamanator authored Aug 2, 2024
2 parents 2bcfe30 + 4168f6e commit be7a90a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/KeyboardAvoidingView/index.ios.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* The KeyboardAvoidingView is only used on ios
*/
import React from 'react';
import {KeyboardAvoidingView as KeyboardAvoidingViewComponent} from 'react-native-keyboard-controller';
import {KeyboardAvoidingView as KeyboardAvoidingViewComponent} from 'react-native';
import type {KeyboardAvoidingViewProps} from './types';

function KeyboardAvoidingView(props: KeyboardAvoidingViewProps) {
Expand Down

0 comments on commit be7a90a

Please sign in to comment.