react-native-clean-form icon indicating copy to clipboard operation
react-native-clean-form copied to clipboard

Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components

Results 42 react-native-clean-form issues
Sort by recently updated
recently updated
newest added

**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?

![Screenshot_1572425997](https://user-images.githubusercontent.com/1415463/67843341-73a2c980-fb04-11e9-8308-a6c885c4ea83.png)

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.

enhancement

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.

enhancement

![image](https://user-images.githubusercontent.com/29608698/50978009-9b279780-14da-11e9-970c-8b709442d682.png) ![image](https://user-images.githubusercontent.com/29608698/50978206-16894900-14db-11e9-99c9-540c325c5764.png) 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...