esbenp / esbenp/react-native-clean-form
theme property is missing.
- Dominant language
- JavaScript
- Stars
- 472
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I am going to apply the clean form component in my project.
I want to report a bug:
Please see this file:
/react-native-clean-form/src/redux-form/createInputCreator.js
Line 23/24:
```xml
{ label }
```
The theme property is missing.
----------------
One more question, I don't want to use the default picker:
```xml
{ options.map(option => {
const label = option[labelKey]
const value = option[valueKey]
return
}) }
```
Is it possible to use my customized Component? I want to define a component that has selectedValue
onValueChange
etc. properties and pass it to your component.
The JSX code looks like:
```xml
```
Regards,
Williams
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.