Vasyl Nahuliak

Results 30 comments of Vasyl Nahuliak

> I'm seeing the same error on GitLab CI with iOS builds (works locally). > > _UPDATE_ Clearing runner caches seems to have fixed it. Could you please share your...

Already added https://github.com/goldbergyoni/javascript-testing-best-practices/blob/master/readme-pl.md

> Moving the `` up in the App.js component hierarchy fixed this issue for me `Toast` does not work for me if it is higher in the hierarchy than the...

Are you have an idea of how to rewrite with the functional component?

It just helped me `style={{ width: '100%' }}`

FYI: PermissionsAndroid from 'react-native' also has the same issue https://github.com/facebook/react-native/issues/34547

Into your `package.json` need to add `"prepare": "npm run build"` into `scripts` object.

> in order for the build command to work, you need to write it. But what should I write in it? You need to add this line into your fork...

For Expo need to use EAS Build https://expo.canny.io/feature-requests/p/react-native-fast-image

`jest.mock('react-native-fast-image', () => 'FastImage');` Try add mock