ide / react-native-button

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

Support TouchableNativeFeedback for Android #86

Closed noktigula closed 4 years ago

noktigula commented 4 years ago

Resolves issues 85, 84, 57.

To achieve proper styling, render method now conditionally renders button for iOS and Android. Added new prop 'androidBackground' which should be one of TouchableNativeFeedback.ThemeAttributeBackgroundPropType. Since TouchableNativeFeedback doesn't have proper styling, it is wrapped in a View which receives containerStyle prop. However, it doesn't work well with padding, so another View added as a nested component, and containerStyle.padding is being set to this nested View.

ide commented 4 years ago

Published as 3.0.0.