react-native/Libraries/ReactIOS
Kyle Corbitt 381e2acd18 Document NativeMethodsMixin
Summary: This is related to the discussion in #3155.

I've documented the methods in this mixin, and pointed to other appropriate documentation where necessary as well.

I didn't end up adding any examples. I wanted to add a `focus()`/`blur()` example to the UIExplorer app, but the app seems to be broken on master at the moment (`Requiring unknown module "event-target-shim"`) and I didn't bother trying to fix it. I think the last thing necessary for making the usage of these methods clear is an example of calling one or more of them on a `ref` or view captured in some other way. However, `setNativeProps` is well documented in the "Direct Manipulation" guide, which I link to from this page, so by extension it should be possible to figure out the functionality of the other methods.

cc @mkonicek @​astreet
Closes https://github.com/facebook/react-native/pull/3238

Reviewed By: @​svcscm

Differential Revision: D2517187

Pulled By: @mkonicek

fb-gh-sync-id: 4e68b2bc44ace83f06ae2e364ca0c23a7c461b20
2015-10-07 09:43:22 -07:00
..
IOSDefaultEventPluginOrder.js flowify Libraries/ReactIOS 2015-03-25 17:09:51 -08:00
IOSNativeBridgeEventPlugin.js [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
NativeMethodsMixin.js Document NativeMethodsMixin 2015-10-07 09:43:22 -07:00
WarningBox.js [Animated][BREAKING_CHANGE] Convert <TouchableOpacity> to Animated 2015-07-20 16:44:36 -08:00
renderApplication.android.js Release React Native for Android 2015-09-14 18:13:39 +01:00
renderApplication.ios.js [react-native] enable react devtools from JavascriptCore 2015-07-23 17:14:09 -08:00
requireNativeComponent.js Refactor Attribute Processing (Step 2) 2015-10-06 10:28:35 -07:00
verifyPropTypes.js [ReactNative] cleanup native components 2015-07-24 18:54:35 -08:00