Eugene

Results 12 comments of Eugene

Hi. You can pass any React element as icon. For example, for svg you can use [react-native-svg-icon](https://www.npmjs.com/package/react-native-svg-icon) package and pass element as icon prop.

Hi. That is possible for Flatlist using https://reactnative.dev/docs/flatlist#initialscrollindex or https://reactnative.dev/docs/flatlist#scrolltoindex For that firstly you should somehow in your code identify index of item (of data you passed) to navigate, and...