Skip to content

Commit 5e986e3

Browse files
committed
added documentation to package README.md
1 parent 2282aa6 commit 5e986e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Documentation available [on github](https://github.com/iway1/react-native-keyboard-avoider)
2+
3+
https://github.com/iway1/react-native-keyboard-avoider

package/src/components/KeyboardAvoiderView.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ import React, {
55
useState,
66
} from 'react'
77
import {
8-
Keyboard,
98
KeyboardEventListener,
109
Platform,
11-
TextInput,
1210
} from 'react-native'
1311
import Animated, {
14-
Easing,
1512
useAnimatedStyle,
1613
useSharedValue,
1714
withTiming,
@@ -120,4 +117,4 @@ export default function KeyboardAvoiderView({
120117
ref={ref}
121118
/>
122119
)
123-
}
120+
}

0 commit comments

Comments
 (0)