Skip to content

Commit f27c060

Browse files
committed
Minor change in deprecation warning of KeyboardAwareListView
1 parent 2bf5b05 commit f27c060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/KeyboardAwareScrollView/KeyboardAwareListView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default class KeyboardAwareListView extends KeyboardAwareBase {
1818
constructor(props) {
1919
super(props);
2020
LogService.warn(
21-
'uilib: Please stop Using KeyboardAwareListView, use either KeyboardAwareScrollView or KeyboardAwareFlatList'
21+
'RNUILib: Please stop Using KeyboardAwareListView, use either KeyboardAwareScrollView or KeyboardAwareFlatList'
2222
);
2323
}
2424

0 commit comments

Comments
 (0)