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 2bf5b05 commit f27c060Copy full SHA for f27c060
src/components/KeyboardAwareScrollView/KeyboardAwareListView.js
@@ -18,7 +18,7 @@ export default class KeyboardAwareListView extends KeyboardAwareBase {
18
constructor(props) {
19
super(props);
20
LogService.warn(
21
- 'uilib: Please stop Using KeyboardAwareListView, use either KeyboardAwareScrollView or KeyboardAwareFlatList'
+ 'RNUILib: Please stop Using KeyboardAwareListView, use either KeyboardAwareScrollView or KeyboardAwareFlatList'
22
);
23
}
24
0 commit comments