Nazarii Melnyk

Results 12 comments of Nazarii Melnyk

My mock solution for the error when using Jest with typescript: ``` jest.mock('react-native-mmkv-storage', () => ({ MMKVLoader: jest.fn().mockImplementation(() => { return { setAccessibleIOS: jest.fn().mockReturnThis(), withEncryption: jest.fn().mockReturnThis(), initialize: jest.fn().mockReturnThis(), } }),...

Hi @dannyhw, Do you know by any chance why LogBox is not muting a warning about decorators? `"react-native": "0.72.5",`

Hey folks, @a7ul @vivek-dhayalan @enzzoperez Have you got any update on it?

Hey @akuul, Just to confirm, have you tested it on physical devices?

@akuul Aa okay, then it's not only on the emulator. I'll check with package older versions, maybe some of them working. Also, as a workaround, you can use status bar...

Hey, @ramirobg94 Have you solved this issue?

I had the same issue(**"react-native": "0.71.6"**), and adding the following into **_Podfile_** fixes it. Also, please make sure to add the line below conditionally if you're using any CI/CD tools....

Hey @laurencebedford, I fixed a similar issue by changing my Ruby version to the proper one. Please ensure you have this [version](https://github.com/facebook/react-native/blob/v0.71.3/.ruby-version) of Ruby. What I did: 1. installed [rbenv](https://github.com/rbenv/rbenv)....