WillyRamirez

Results 5 issues of WillyRamirez

Hi, I am testing if a yield call has been executed. I receive this error which I probably misunderstand, but as far as I can tell the function is called...

critical

I get a compile error running react-native-web. It's probably because of the relative import. Has anyone encountered this or know a fix? package.json ``` "react-native": "0.64.2", "react-native-keyboard-aware-scroll-view": "^0.9.1", "react-native-web": "^0.17.1",...

## Description Following the [docs](https://reactjs.org/docs/test-renderer.html) results in errors when applied to a custom component of mine. When I remove the `layout` prop from my `` the test works fine. ###...

Platform: Android
Platform: iOS
Needs review
Repro provided

Hi, when I upload a 4096x4096 png with a background color and a logo on it. The logo contains no border. Then when I generate both Android or iOS splash...

react.proptypes will no longer work. has to be imported separately `import PropTypes from 'prop-types'; `