Skip to content

Commit

Permalink
Revert "fix: use KeyboardAvoidingView from keyboard controller"
Browse files Browse the repository at this point in the history
  • Loading branch information
Beamanator authored Aug 2, 2024
1 parent c956767 commit 4168f6e
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 4168f6e

Please sign in to comment.