UNPKG

react-native-mock-tmp-build

Version:

A fully mocked and test-friendly version of react native

19 lines (14 loc) 507 B
/** * https://github.com/facebook/react-native/blob/master/Libraries/ReactIOS/NativeMethodsMixin.js */ module.exports={ measure:function(){function measure(callback){ }return measure;}(), measureLayout:function(){function measureLayout(relativeToNativeNode,onSuccess,onFail){ }return measureLayout;}(), setNativeProps:function(){function setNativeProps(nativeProps){ }return setNativeProps;}(), focus:function(){function focus(){ }return focus;}(), blur:function(){function blur(){ }return blur;}()};