We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f49e3b commit 577527bCopy full SHA for 577527b
README.md
@@ -12,7 +12,7 @@ npm i react-native-keyboard-aware-scrollview --save
12
Simply import the new component:
13
14
```js
15
-import KeyboardAwareScrollView from 'react-native-keyboard-aware-scrollview'
+import {KeyboardAwareScrollView} from 'react-native-keyboard-aware-scrollview'
16
```
17
18
Now use it as you would normally do with a `ScrollView` to wrap arround TextInput components:
0 commit comments