pietile-native-kit icon indicating copy to clipboard operation
pietile-native-kit copied to clipboard

🥧 Set of React Native components

Results 4 pietile-native-kit issues
Sort by recently updated
recently updated
newest added

fixes the incorrect import in the `How to use with FlatList or SectionList?` example for KeyboardAwareScrollView

Hello @vshab ! First of all, thank you for this awesome library, it has helped me in my product tremendeously! It works really really well - there's just one small...

Hello, I get the following error on web: ```` Cannot find module 'react-native-web/dist/exports/DeviceInfo' at webpackMissingModule (object-utils.js:20:1) at ./node_modules/@pietile-native-kit/keyboard-aware-scrollview/dist/KeyboardAwareScrollView.js (object-utils.js:20:1) at __webpack_require__ (bootstrap:24:1) at fn (hot module replacement:62:1) at ./node_modules/@pietile-native-kit/keyboard-aware-scrollview/dist/index.js (KeyboardAwareScrollView.js:252:1)...

I have a dropdown inside the keyboard-aware-scrollview which uses FlatList to render the items. But I get error "VirtualizedLists should never be nested inside plain ScrollViews..." How should I solve...