Skip to content

Issue with selectedTitleStyle #27

@rajeshmalisetty

Description

@rajeshmalisetty

After selecting the option default color is applying event though I custom applied the selectedTitleStyle

Please change the order of styling in index.j on line 233 from

<Text style={[styles.selectedTitlte, this.defaultFont, selectedTitleStyle, { color: '#333' }]}>{preSelectedItem[0].name}

To
<Text style={[styles.selectedTitlte, this.defaultFont,{ color: '#333' },selectedTitleStyle]}>{preSelectedItem[0].name}

OR remove default color Object from style
<Text style={[styles.selectedTitlte, this.defaultFont,selectedTitleStyle]}>{preSelectedItem[0].name}

and update the code to project owner/admin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions