João Paulo Motta Oliveira Silva
João Paulo Motta Oliveira Silva
I was having the same problem. Mocked it a bit differently though. ``` jest.mock('react-native-get-random-values/getRandomBase64', (arr='bla') => ( Buffer.from(arr, 'base64').toString('ascii') )) ```
What is the status on this? We had our app crashing in prod because of this issue. We had to disable scout entirely, because Sentry is more important on our...
@djalmaaraujo espero que ainda possa ser de ajuda para e outros. O fork do @correamarques está desatualizado em relação ao repositório. Deve ser por esse motivo que você não conseguiu...
I think this is a great idea and it would be useful on projects that I'm working on.