react-native-steve icon indicating copy to clipboard operation
react-native-steve copied to clipboard

React Native horizontal scroll view component as seen on Clubhouse tags

Results 6 react-native-steve issues
Sort by recently updated
recently updated
newest added

Don't have a reproduction for you, but I've observed when updating `data`, the following error: ``` TypeError Cannot read property 'layout' of undefined This error is located at: in Item...

The library will handle data changes and will force the Steve component to recalculate the layout dimensions.

If you begin an inertial scroll but place finger down to stop it, it will not stop. It only stops if you actually move your finger.

Currently, the example shows 3 rows based on the number of items in `topics`. Is the number of rows configurable?

Great library! I'm able to get it to work on iOS, But on android even after I followed all instructions from react-native-animated 2, I only able to render but not...

Really very good component, I've used this component in one of my apps but don't know how to make it work for RTL? any reference and help would be highly...