react-native-mock-tmp-build
Version:
A fully mocked and test-friendly version of react native
26 lines (18 loc) • 526 B
JavaScript
var WebViewManager={
goBack:function(){function goBack(reactTag){
}return goBack;}(),
goForward:function(){function goForward(reactTag){
}return goForward;}(),
reload:function(){function reload(reactTag){
}return reload;}(),
startLoadWithResult:function(){function startLoadWithResult(result,lockIdentifier){
}return startLoadWithResult;}(),
JSNavigationScheme:'react-js-navigation',
NavigationType:{
LinkClicked:0,
FormSubmitted:1,
BackForward:2,
Reload:3,
FormResubmitted:4,
Other:5}};
module.exports=WebViewManager;