UNPKG

react-native-browser

Version:

Full-featured web browser module for React Native apps, based on TOWebViewController

14 lines (11 loc) 186 B
/** * @providesModule RCTBrowser * @flow */ 'use strict'; var RCTBrowser = { test: function() { alert('Not yet implemented for Android.'); } }; module.exports = RCTBrowser;