mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-01 22:41:16 +08:00
Fix background color issue
Differential Revision: D2489578 committer: Service User <svcscm@fb.com>
This commit is contained in:
committed by
facebook-github-bot-4
parent
3a664a0008
commit
3b6d029a55
@@ -221,6 +221,13 @@ exports.examples = [
|
||||
style={styles.singleLine}
|
||||
underlineColorAndroid="blue"
|
||||
/>
|
||||
<TextInput
|
||||
defaultValue="Same BackgroundColor as View "
|
||||
style={[styles.singleLine, {backgroundColor: 'rgba(100, 100, 100, 0.3)'}]}>
|
||||
<Text style={{backgroundColor: 'rgba(100, 100, 100, 0.3)'}}>
|
||||
Darker backgroundColor
|
||||
</Text>
|
||||
</TextInput>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user