UNPKG

react-native-mock-tmp-build

Version:

A fully mocked and test-friendly version of react native

11 lines (8 loc) 194 B
/** * https://github.com/facebook/react-native/blob/master/React/Modules/RCTAlertManager.m */ const AlertManager = { alertWithArgs(args, callback) { }, }; module.exports = AlertManager;