Skip to content

Commit

Permalink
Add transparent underline for Android. Related to issue #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
evblurbs committed Feb 17, 2016
1 parent 4a266dc commit 327d27b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/TextField.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ TextField.defaultProps = {
labelColor: '#9E9E9E',
borderColor: '#E0E0E0',
value: '',
dense: false
dense: false,
underlineColorAndroid: 'rgba(0,0,0,0)'
};

const styles = StyleSheet.create({
Expand Down

0 comments on commit 327d27b

Please sign in to comment.