UNPKG

react-native-mock-tmp-build

Version:

A fully mocked and test-friendly version of react native

10 lines (7 loc) 210 B
/** * https://github.com/facebook/react-native/blob/master/Libraries/Utilities/Alert.js */ var Alert={ alert:function(){function alert(title,message,buttons,type){ }return alert;}()}; module.exports=Alert;