Greg Petropoulos
Results
1
comments of
Greg Petropoulos
@zatteo This did not work for me: ```javascript jest.mock('react-native-nitro-modules', () => { return { NitroModules: () => { return {}; }, }; }); ``` I mocked mine like this, no...