Open davidg327 opened 2 years ago
Hey! Thanks for opening the issue. The issue doesn't seem to contain a link to a repro (a snack.expo.dev link or link to a GitHub repo under your username).
Can you provide a minimal repro which demonstrates the issue? A repro will help us debug the issue faster. Please try to keep the repro as small as possible and make sure that we can run it without additional setup.
Couldn't find version numbers for the following packages in the issue:
react-native
react-native-tab-view
react-native-pager-view
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3.
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
react-native
(found: 0.68.2
, latest: 0.69.5
)Can you verify that the issue still exists after upgrading to the latest versions of these packages?
Description
There is a way to add a different color when the indicator is not active, as seen in the following example, since it seems that it is always transparent by default
"react-native": "0.69.5", "react-native-pager-view": "^5.4.25", "react-native-tab-view": "^3.1.1",
Alternatives
No response
Inspirations & examples