Root-App / react-native-mock-render

a fork of react-native-mock that renders
MIT License
85 stars 50 forks source link

Question: How can I mock something inside of RN, such as Alert while using RN-mock-render? #64

Closed RossKinsella closed 2 years ago

RossKinsella commented 6 years ago

My use case is I want to overwrite Alert.alert with a jest.fn()

Thanks!