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

how to change background color of list suggestion #41

Open
saidhappy010 opened this issue Sep 24, 2019 · 1 comment
Open

how to change background color of list suggestion #41

saidhappy010 opened this issue Sep 24, 2019 · 1 comment

Comments

@saidhappy010
Copy link

I would like to change background color of list suggestion.
Please how can i make it?

@nihp
Copy link

nihp commented Oct 17, 2019

Kindly use the renderSuggestion props

For eg)

<AutoTags
renderSuggestion = 
{<View style = {{backgroundColor: 'red'}}>
        <Text >
            { suggestedHashTags}
          </Text>
  </View>}
/>

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