yogesh

Results 9 comments of yogesh

@Fadi-Ghattas if you are using expo means it will not work.

@alexsbobylev Invariant Violation: Native component for "WheelCurvedPicker" does not exist. When I'm rendering Picker component

@roofiah try this link definitely helpful to you. https://www.npmjs.com/package/react-native-wheel-picker

@akolybelnikov and @danjonesdev shouldComponentUpdate() return false didn't work for me. import Instafeed from "react-instafeed"; class Instagram extends Component { constructor(props) { super(props); } shouldComponentUpdate() { console.log("falseshouldComponentUpdate",); return false; } componentDidUpdate()...

@AlvaroFalcon @hamxabaig Did you find out any solution for this problems?

Try this library react-native-swipe-list-view it is working fine.