Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components
478
stars
76
forks
source link
Style is breaking when i use 'react-native-clean-form/redux-form-immutable' #64
Open
jarbasdossantos opened 7 years ago
Hello, I'm having the following problem.
When I use:
import { Input, Switch } from 'react-native-clean-form'
the style renders correctly.Now, when I use:
import { Input, Switch } from 'react-native-clean-form/redux-form-immutable'
the styles breaks.Any idea what's going on?? Thanks...