You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project, I've two different SVGs for Active and Inactive states. But in component, I can pass only one.
Can someone let me know how to do this with this library?
I'm using
"@gorhom/animated-tabbar": "^2.1.2",
"react-native": "0.71.10",
"react-native-reanimated": "^2.14.4",
The text was updated successfully, but these errors were encountered:
indranilduttapwc
changed the title
Set separate icons based on Active tab or Inactive tab
How can I set different icons based on Active tab or Inactive tab
Aug 10, 2023
In my project, I've two different SVGs for Active and Inactive states. But in component, I can pass only one.
Can someone let me know how to do this with this library?
Right now I am doing it like this:
One of my SVG for example:
I'm using
"@gorhom/animated-tabbar": "^2.1.2",
"react-native": "0.71.10",
"react-native-reanimated": "^2.14.4",
The text was updated successfully, but these errors were encountered: