Darren Yeates

Results 7 issues of Darren Yeates

Adding _**use_frameworks! :linkage => :static**_ to my podlike (required for RN Firebase) and I get a failed build on skia due to missing headers? .../node_modules/@shopify/react-native-skia/cpp/skia/include/core/SkStream.h:11:10: 'include/core/SkData.h' file not found

question

On iOS, with use_frameworks defined, library fails to build. Fix is that in the libraries pod file, dependency should be React-Core and NOT React ``` - s.dependency 'React' + s.dependency...

bug

I'm using your directed scroll view in my app and I have a different layout on portrait than I have on landscape. Portrait is a 2x3 grid of views (1024x1536px)...

Metro warning on >RN60 Your project is using deprecated "rnpm" config that will stop working from next release. Please use a "react-native.config.js" file to configure the React Native CLI. Migration...

I've been using the library for a while now very successfully, thank you. Is it possible to use an external bluetooth GPS unit with this library? So instead of using...

question

Using 14.0.0-rc.0 on Rn 0.78 and react-native-reanimatable 1.4.0, with Hermes, old arch. When attempting to display the modal, the following error occurs: `Warning: Invariant Violation: Transform with key of "translateX"...

bug
missing reproducible

I am attempting to stream via SRT to a Cloudflare Stream endpoint. The URL is in the form: `srt://live.cloudflare.com:778?passphrase=327d18cae6f65ac16ac23db7bf4ed784k666539b2de908b419363c4bd4f51eac7&streamid=786539c4de928b419363d4bd4f71eac7` However, I am having real trouble getting it to work. I...