react-native-recyclerview-list
react-native-recyclerview-list copied to clipboard
A RecyclerView implementation for React Native
- [x] Added method to customise dependency versions (by defining rootProject.ext), same implementation consistent with other react-native libraries like `react-native-fast-image` & `react-native-maps` - [x] Fixed build issue on react-native 0.57.3...
react-native-recyclerview-list\android\src\main\java\com\github\godness84\RNRecyclerViewList \NotAnimatedItemAnimator.java:3: **error: package androidx.recyclerview.widget does not exist** import androidx.recyclerview.widget.RecyclerView;
I've updated react to 16.6.0-alpha.8af6728 (This was required as a workaround, as I also updated ReactNative to 0.57.3. Updating ReactNative was required because it includes a workaround for an issue...
it should say MainApplication.java instead MainActivity
Getting an error after importing the package, the error is, requireNativeComponent: "RecyclerviewItemView " was not found in the UIManager
It seems that `TextInput`s are not fully set up when in lines that are not in view when the list first appears. Steps to reproduce: 1. Add a `` in...
I have added TypeScript types for this library so everyone using this great library get benefits of types! If you haven't tried TypeScript yet it is about time ;) Note...
Should this:  Be `MainApplication.java`? 🤔
This PR simply removes some warnings when using this library in another project. The `buildToolsVersion "23.0.1"` should be specified by the host project, and triggers warnings when a library specifies...