Closed danielweinmann closed 8 years ago
Passing style to GiftedForm messes with the styles because React Native also renders the styles.
So I added an option to pass containerView or modalView through formStyles prop. Something like this now works:
<GiftedForm formStyles={{ containerView: { backgroundColor: 'red', } }} >
What do you think, @FaridSafi?
Sorry, I'm closing this PR because I've forgot to create a topic branch. Already sent another.
Passing style to GiftedForm messes with the styles because React Native also renders the styles.
So I added an option to pass containerView or modalView through formStyles prop. Something like this now works:
What do you think, @FaridSafi?