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

Customizing the select page #7

Open
jwoertink opened this issue Nov 5, 2017 · 2 comments
Open

Customizing the select page #7

jwoertink opened this issue Nov 5, 2017 · 2 comments

Comments

@jwoertink
Copy link

When you use select as a type, it takes you to a new page with those options you can select from. Is it possible to customize this page? In your example gif, I see blue icons next to your words, but in my app I don't see any icons. Your example code also doesn't mention any icons.

Along with being able to display icons next to each selection, I would like to add a text field at the bottom of the select options to allow a user to type in and use a new option that doesn't exist in the current list.

@bietkul
Copy link
Owner

bietkul commented Nov 6, 2017

As mentioned, form-builder uses the NativeBase Components, so the icon you see next to the options is the Checkbox component of NativeBase.
By Default NativeBase uses the react-native-vector-icons.

For better customization of form-builder you can wrap the form-builder component in the StyleProvider of Nativebase.
I hope that it'll help you.
https://docs.nativebase.io/Customize.html#Customize

For the second thing it's an extra feature.I'll look on to it.

@jwoertink
Copy link
Author

ah, ok. Awesome. Thanks for the help.

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