Skip to content

Commit 577527b

Browse files
committed
Update README.md
1 parent 9f49e3b commit 577527b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ npm i react-native-keyboard-aware-scrollview --save
1212
Simply import the new component:
1313

1414
```js
15-
import KeyboardAwareScrollView from 'react-native-keyboard-aware-scrollview'
15+
import {KeyboardAwareScrollView} from 'react-native-keyboard-aware-scrollview'
1616
```
1717

1818
Now use it as you would normally do with a `ScrollView` to wrap arround TextInput components:

0 commit comments

Comments
 (0)