ide / react-native-button

A button for React apps
MIT License
773 stars 129 forks source link

TypeError: undefined is not an object (evaluating 'containerStyle[0].padding') #87

Closed jay-jlm closed 4 years ago

jay-jlm commented 4 years ago

What the title says. Once I define containerStyle this goes away, but based on the first example in README.md it is not a required property.

ide commented 4 years ago

@noktigula this looks related to https://github.com/ide/react-native-button/pull/86. Could you please investigate & fix this if needed?

noktigula commented 4 years ago

Fixed: https://github.com/ide/react-native-button/pull/88