Ryan Linton

Results 25 issues of Ryan Linton

When sharing code between a share extension and your main app it's useful to know whether or not you're executing within the share extension. This exposes the presence of the...

We can handle adding `://` if it's not included here so let's make this easier on the user. Before: `HostAppURLScheme` _must_ contain `://` Now: `HostAppURLScheme` can match `CFBundleURLSchemes` exactly or...

Inject react-native for react-native-macos.

I'm getting the following errors after trying to upgrade to `0.5.0`: ``` Parse error on line 1: ...{{link-to 'contact' | Contact}} support. -----------------------^ Expecting 'CLOSE', 'CLOSE_UNESCAPED', 'STRING', 'INTEGER', 'BOOLEAN', 'OPEN_SEXPR',...

bug

# Bug RNSVG fails to build on macOS when `RCT_NEW_ARCH_ENABLED`. #### Unexpected behavior The build fails with `Property 'center' not found on object of type 'RNSVGUse *'` in [RNSVGUse.mm](https://github.com/software-mansion/react-native-svg/blob/main/apple/Elements/RNSVGUse.mm#L170). This...