Alex Cernik
Alex Cernik
For example, if the button icon is a Lucide-React-Native star and the fill is currentColor, it gets a different background color, not the same color as the text. Now, if...
## Summary When swiping between tabs, especially in React Native's New Architecture or on some devices, the `offset` value may retain a small negative or positive value (e.g. `-0.02`) even...
[https://github.com/react-navigation/react-navigation/pull/12664](https://github.com/react-navigation/react-navigation/pull/12664)
Hi, I think it's unnecessary to check if initialValue is in initialDataSet if you're going to be calling setSelectedItem later. Try this, it will also update the selected value if...