react-native/Examples
yueshuaijie 15bf2c57b8 Add TextInput.dataDetectorTypes prop.
Summary:
On iOS, if `TextInput` is used with prop `multiline={true}`, the backend view is `UITextView`. Sometimes we need `UITextView.dataDetectorTypes` to detect clickable url in the text view. The PR add this prop to `TextInput`, so we can use it like this:

`<TextInput`
`    defaultValue="Detect phone number: 88888888."`
`    editable={false}`
`    multiline={true}`
`    dataDetectorTypes="all"`
`    />`

Similar as #8743 .
Closes https://github.com/facebook/react-native/pull/8863

Differential Revision: D3648027

fbshipit-source-id: 987bd4f46fb5be74099b62988135a32115d9269c
2016-07-31 14:28:28 -07:00
..
2048 Changed JS location of examples to source from RCTBundleURLProvider instead. 2016-07-15 10:13:29 -07:00
Movies Convert from React.createClass to ES6 classes 2016-07-26 01:13:31 -07:00
TicTacToe Convert from React.createClass to ES6 classes 2016-07-26 01:13:31 -07:00
UIExplorer Add TextInput.dataDetectorTypes prop. 2016-07-31 14:28:28 -07:00
.eslintrc Add global flow types to eslint globals 2016-01-27 15:55:34 -08:00