Skip to content

Commit

Permalink
Merge pull request lawnstarter#11 from forrestgrant/master
Browse files Browse the repository at this point in the history
Allowing done button style props
  • Loading branch information
lfkwtz authored Apr 17, 2018
2 parents 8d77e8d + 070bafb commit 146c918
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default class RNPickerSelect extends PureComponent {
hitSlop={{ top: 2, right: 2, bottom: 2, left: 2 }}
>
<View>
<Text style={styles.done}>Done</Text>
<Text style={[styles.done, this.props.style.done]}>Done</Text>
</View>
</TouchableWithoutFeedback>
</View>
Expand Down Expand Up @@ -344,4 +344,3 @@ const styles = StyleSheet.create({
marginHorizontal: 4,
},
});

0 comments on commit 146c918

Please sign in to comment.