Revert D13402177: [react-native][PR] Map textContentType strings to Objective-C constants

Differential Revision:
D13402177

Original commit changeset: 55f4a2029cd3

fbshipit-source-id: b4871d10a9622f3312845a6682c482760e7e79e0
This commit is contained in:
Ben Holcomb
2018-12-10 13:02:40 -08:00
committed by Facebook Github Bot
parent 077386a233
commit 6cc6f8f488
2 changed files with 3 additions and 70 deletions

View File

@@ -1085,19 +1085,4 @@ exports.examples = [
);
},
},
{
title: 'Text Content Type',
render: function() {
return (
<View>
<WithLabel label="emailAddress">
<TextInput textContentType="emailAddress" style={styles.default} />
</WithLabel>
<WithLabel label="name">
<TextInput textContentType="name" style={styles.default} />
</WithLabel>
</View>
);
},
},
];