UNPKG

react-native-mock-tmp-build

Version:

A fully mocked and test-friendly version of react native

11 lines (8 loc) 184 B
/** * https://github.com/facebook/react-native/blob/master/Libraries/Utilities/Alert.js */ const Alert = { alert(title, message, buttons, type) { }, }; module.exports = Alert;