react-native/Libraries/Components/WebView
Nick Lockwood 17df595e32 Implement Android's dispatchViewManagerCommand interface on iOS
Summary:
public
Android implement ViewManager methods via a dispatch method on UIManager, whereas iOS implements them by exposing the methods on the view manager modules directly.

This diff polyfills Android's implementation on top of the iOS implementation, allowing the same JS API to be used for both.

Reviewed By: javache

Differential Revision: D2803020

fb-gh-sync-id: 0da0544e593dc936467d16ce957a77f7ca41355b
2016-01-06 05:58:37 -08:00
..
WebView.android.js Stop using platform-specific names for props 2016-01-05 10:32:43 -08:00
WebView.ios.js Implement Android's dispatchViewManagerCommand interface on iOS 2016-01-06 05:58:37 -08:00