callstack / callstack/react-native-slider
Allow step marker styling
Offen
feature request
- Vorherrschende Sprache
- TypeScript
- Sterne
- 1.4k
- Forks
- 295
- Ø Merge
- 5 Min.
- Gemergte PRs (30 T.)
- 1
Beschreibung
## Describe the Feature
Step marker styling is currently not controllable, and renders as small black text.
## Possible Implementations
A simple passing through of a style prop e.g. stepMarkerStyle={{color: 'white'}} into the Text components used to indicate step markers
## Related Issues
None
Beitragsleitfaden
Rechercherichtung
Inspect the Text components used to indicate step markers and trace how slider props are passed into them. Add the requested stepMarkerStyle entry point so marker styling can be controlled, then verify that a color such as white changes the rendered marker text.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- react-native, typescript
- Bereich
- mobile
- Issue-Typ
- Feature
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 55/100