UNPKG

react-native-cross-components

Version:
13 lines (12 loc) 203 B
const SentryMock = { Sentry: { install: () => {}, config: () => { return { install: () => {}, }; }, captureException: () => {}, }, }; module.exports = SentryMock;