react-native-clean-form
react-native-clean-form copied to clipboard
Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components
**Quickfix to createInput.js, and now we can actually style the react-native-clean-form/redux-form Switch:** There will be many reasons why developers may want these components to be able to receive props other...
Is this dead ? What would be a good alternative?

I'm trying to add an initial value as I'm doing it with a standard redux-form, but nothing happens. It is not documented, how can I achieve this? Here is the...
I am having this issue and can't fix it. My config is: "react-native-clean-form": "^0.5.0", "react-redux": "^5.0.7", "react": "16.5.0", "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz", error got from command line: **TypeError: TypeError: undefined is not...
Would be nice to migrate to typescript. It is also possible to get rid of immutable library.
Redux-form is included as plain file and not as dependency from https://github.com/erikras/redux-form/ This should be changed and there will be some adjustments to make it work again.
  added the package via yarn and copy paste readme example
How do you use KeyboardAvoidingView with this library? Does not seem to work aka auto-scroll to input. ``` Submit ``` Tried https://github.com/APSL/react-native-keyboard-aware-scroll-view as well but same issue - it does...
When you use the select in redux-form-immutable im not sure if its the same for the normal clean form, but it opens up fullscreen when clicked then you have to...