Cayley Humphries

Results 12 comments of Cayley Humphries

Hey @jwolkovitzs - I had the same problem. It happens with the way Sketch exports rotations in it's SVGs. If you open your SVG file you'll see some of your...

Yes it has launched & I've confirmed by finding the simulator with the same ID marked as 'booted' with `simctl`.

Any thoughts on things I can try to help debug this?

Thanks @triztian. Theoretically the version of MacOS that is running the the Github Actions container is the same as what I'm running locally, but I'll check this out to see...

I'm saw this as well, so can add more details on what I observed: After installing `foreman` and seeing this warning, `which foreman` returns `foreman not found`. `which gem` returned...

While this issue is open, if anyone else encounters this issue, I have solved by method #2 using https://www.npmjs.com/package/patch-package to dynamically apply the patch to shoutem-ui on install

While this improves the default handling of issues like https://github.com/unimonkiez/react-native-asset/issues/43 and using react-native-assets with other RN boilerplates, it does not address the underlying issue: Xcode project groups can be arbitrarily...

The problem here is that the `cordova-node-xcode` library's `project.addResourceFile()` is to add the resource as "Relative to Group" in Xcode, which is "/Resources". I'm investigating if there is an option...

When using RN > 0.60, the above scripts won't work because the react internals have explicitly changed to error on accessing the legacy PropTypes. To fix this, you can patch...