react-native-popup icon indicating copy to clipboard operation
react-native-popup copied to clipboard

Custom styles (padding, etc)

Open crazy4groovy opened this issue 8 years ago • 2 comments

I like the component, thanks! But with a substantial amount of text, the margins/padding look too cramped.

I'm looking at the style def here: https://github.com/beefe/react-native-popup/blob/master/index.js#L325

I'd like to be able to modify various styles in the component. Have you thought about a way to do this? Would you like a PR?

crazy4groovy avatar Jun 28 '17 15:06 crazy4groovy

(simple solution for me right now is just to add marginHorizontal: 10, I think...)

crazy4groovy avatar Jun 28 '17 15:06 crazy4groovy

@crazy4groovy I had the same issue, and did the same thing.

SebPez avatar Aug 10 '17 02:08 SebPez