UNPKG

react-native-dznwebview

Version:

An iPhone/iPad web browser module for React Native, based on DZNWebViewController

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