Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Setting Android text prop default
  • Loading branch information
AndyShi12 authored Oct 12, 2016
commit 46f15f90e4a7c2d54056e35213151d00ba0039b4
2 changes: 2 additions & 0 deletions android/segmentedControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ SegmentedControl.defaultProps = {
height: 38
, enabled: true
, tintColor: 'black'
, androidTextActive: 'black'
, androidTextColor: 'grey'
};

const styles = StyleSheet.create({
Expand Down