Boy van der Laak
Boy van der Laak
This is a proposed fix to support dynamic path parameters in routes. Suppose you have a path called: `/user/:userId` . Version 0.3.x would not correctly pick up `/user/14` for example,...
There is a gatsby transformer that generates beautiful polygon SVG image previews as an alternative to the TracedSVG placeholder previews that come with the gatsby image plugins. (https://www.gatsbyjs.com/plugins/gatsby-transformer-sqip/) The plugin...
I needed typescript support, but as suggested by issue #557 there were no plans to support this. However I have gone ahead and built a node script that exports typescript...
This PR solves multiple issues with the browser language detection in the plugin, it aims to solve the following problems: 1. Language detection only took the first language in the...
I saw a closed issue with a commit that fixed #3. It did so by breaking iOS 3.0 support. Even though I don't think anyone uses iOS3 anymore I still...
New example that shows how to render an UIView in the context. closes #33
### Summary Android broken with react-native-svg >= 12, because translation before rotation is no longer needed with the newer react-native-svg versions (iOS and Android have parity now for this behaviour)....