Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CustomLeftMarker & CustomRightMarker not working #277

Closed
1 task
margretheluth opened this issue Feb 14, 2023 · 1 comment
Closed
1 task

CustomLeftMarker & CustomRightMarker not working #277

margretheluth opened this issue Feb 14, 2023 · 1 comment

Comments

@margretheluth
Copy link

margretheluth commented Feb 14, 2023

I can't get the CustomLeftMarker & CustomRightMarker to work, is this a know problem? In the code below the customMarkerLeft is still the same as the default. I have tried to the customMarker but then they are styled the same.

  customMarkerLeft={() => CustomMarker(startTimeSlider)}
  import colors from '../../../../theme/colors';
  export const CustomMarker =( value)=>{
  console.log(value)
      return (
        <View style={styles.markerContainer}>
        </View>
      );
    };
    const styles = StyleSheet.create({
      markerContainer:{
        backgroundColor: colors.buttonDarkGreen,
        padding: 10,
        width: 20,
        height:20
      }
    });

Steps to Reproduce

Expected Behavior

Actual Behavior

@Djiypyk
Copy link

Djiypyk commented Mar 29, 2024

not fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants