react-native/Examples/UIExplorer
Brent Vatne c09bdebcd5 Add support for multiline TextInput via UITextView
Summary:
@nicklockwood - Could I get a review of this?

Just took `RCTTextField` and ported it from `UITextField` to `UITextView` as you mentioned in another discussion, and removed any `UITextField` specific attributes.

- How do you think this should behave when there are subviews?
- Do you know how we can respond to the `UIControlEventEditingDidEndOnExit` event to respond to submit? Because `UITextView` isn't a `UIControl` we can't just use `addTarget` with `UIControlEventEditingDidEndOnExit`.
- Any other feedback?

Still going to look over the `UITextView` docs in more detail and make sure we expose all important options, and add it to the UIExplorer example, just putting this out here for feedback.

![multiline](https://cloud.githubusercontent.com/assets/90494/7310854/32174d6a-e9e8-11e4-919e-71e54cf3c739.gif)

Closes https://github.com/facebook/react-native/pull/991
Github Author: Brent Vatne <brent.vatne@madriska.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-04-29 01:33:58 -08:00
..
Navigator NavigatorIOS custom nav bar colors 2015-04-23 06:32:35 -08:00
UIExplorer Fixed reachability 2015-04-20 08:33:56 -08:00
UIExplorer.xcodeproj [React Native] RCT_EXPORT lvl.2 2015-04-08 08:34:10 -08:00
UIExplorerTests Implemented thread control for exported methods 2015-04-18 11:13:39 -08:00
ActionSheetIOSExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
ActivityIndicatorIOSExample.js [Flow] Properly fix new errors as of Flow v0.10. 2015-04-27 14:56:21 -08:00
AdSupportIOSExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
AlertIOSExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
AppStateIOSExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
AsyncStorageExample.js Add promise support to AsyncStorage 2015-04-07 01:45:26 -08:00
BorderExample.js [React Native] Update RCTView border implementation 2015-04-27 04:10:43 -08:00
CameraRollExample.ios.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
CameraRollView.ios.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
DatePickerIOSExample.js [ReactNative] Normalize name for examples 2015-03-31 20:49:24 -08:00
GeolocationExample.js [ReactNative] geolocation method docs 2015-04-24 16:26:28 -08:00
ImageCapInsetsExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
ImageExample.js [ReactNative] verifyPropTypes against native exports 2015-04-16 18:15:36 -08:00
ImageMocks.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
LayoutExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
ListViewExample.js [ReactNative] Normalize name for examples 2015-03-31 20:49:24 -08:00
ListViewPagingExample.js [ReactNative] Normalize name for examples 2015-03-31 20:49:24 -08:00
MapViewExample.js MapView to support MKPointAnnotation using new attribute annotate in Map... 2015-04-14 18:03:37 -08:00
NavigatorIOSColorsExample.js NavigatorIOS custom nav bar colors 2015-04-23 06:32:35 -08:00
NavigatorIOSExample.js [UIExplorer] Fixed 'Push View Example' in NavigatorIOS example 2015-04-03 09:54:59 -08:00
NetInfoExample.js Fix Typo 2015-04-21 16:41:34 -08:00
PanResponderExample.js [ReactNative] Sort UIExplorer examples 2015-04-13 04:34:23 -08:00
PickerIOSExample.js [ReactNative] Normalize name for examples 2015-03-31 20:49:24 -08:00
PointerEventsExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
PushNotificationIOSExample.js [ReactNative] Fix doc page for PushNotificationIOS 2015-04-01 13:19:42 -08:00
ScrollViewExample.js Renamed throttleScrollCallbackMS to scrollEventThrottle 2015-03-30 04:56:59 -08:00
SliderIOSExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
StatusBarIOSExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
SwitchIOSExample.js [ReactNative] Normalize name for examples 2015-03-31 20:49:24 -08:00
TabBarIOSExample.js [ReactNative] Cleanup TabBar and its example 2015-04-02 13:51:59 -08:00
TextExample.ios.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
TextInputExample.js Add support for multiline TextInput via UITextView 2015-04-29 01:33:58 -08:00
TimerExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
TouchableExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
UIExplorerApp.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
UIExplorerBlock.js [React Native] Update RCTView border implementation 2015-04-27 04:10:43 -08:00
UIExplorerList.js [Flow] Properly fix new errors as of Flow v0.10. 2015-04-27 14:56:21 -08:00
UIExplorerPage.js [catalyst] fix typo 2015-03-31 14:57:45 -08:00
UIExplorerTitle.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
VibrationIOSExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
ViewExample.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00
WebViewExample.js [react_native] JS files from D2017699: Expose JavaScriptEnabled property for WebView component on android. 2015-04-24 11:53:35 -08:00
createExamplePage.js [React Native] Sync from github 2015-03-27 22:09:11 -08:00