Open source Android WebView

Summary:
Keep `WebView.android.js` and `WebView.ios.js`, there are
some small differences. Use the same example on both platforms.

public

Reviewed By: bestander

Differential Revision: D2769446

fb-gh-sync-id: be3d0afcbfd6ddcbaa49f70555063b3081ba03cb
This commit is contained in:
Martin Konicek
2015-12-17 11:47:37 -08:00
committed by facebook-github-bot-6
parent 8b03b9654d
commit 8cd7730080
9 changed files with 522 additions and 12 deletions

View File

@@ -34,6 +34,7 @@ var COMPONENTS = [
require('./TouchableExample'),
require('./ViewExample'),
require('./ViewPagerAndroidExample.android'),
require('./WebViewExample'),
];
var APIS = [