react-native-recyclerview-list icon indicating copy to clipboard operation
react-native-recyclerview-list copied to clipboard

A RecyclerView implementation for React Native

Results 13 react-native-recyclerview-list issues
Sort by recently updated
recently updated
newest added

- [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: ![image](https://user-images.githubusercontent.com/12229968/48049722-35e8ba80-e1a8-11e8-98fc-5ade18de6bd9.png) 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...