bietkul / react-native-form-builder

Handle your forms in a smart way
MIT License
121 stars 68 forks source link

Merge Error Background Color #18

Closed ajiehatajie closed 6 years ago

ajiehatajie commented 6 years ago

please merge to brach master

link

       <View style={{...styles.pickerMainAndroid, ...{
        backgroundColor: theme.pickerBgColor,
        borderBottomColor: theme.inputBorderColor,
        borderBottomWidth: theme.borderWidth,   
    }}}>

`

thanks in advance

bietkul commented 6 years ago

It's done