Bohdan Artiukhov
Bohdan Artiukhov
## Description This PR refactors the example application. We want to use expo in our example application. - Move the example app from `react-native-cli` to `expo`. - Add custom App...
### Description Hello, I looked at the output of the `onLoad` function. Can you help me understand why the size differs for the same image between iOS and Android platforms?...
# Summary Closes #1318 Add support data URI in the Android platform. It already works on the iOS platform. | Before1 | Before2 | After | |--------|--------|--------| | | |...
# Summary We want to convert mobile events to web events from PanResponder and simple events like onPress, onLongPress, etc. ## Test Plan We can easily test that in our...
# Summary Update iOS workflows.
# Summary Feature #1588 Introduce new parameters, format, and quality, for the toDataURL function. Allow users to select the compressed format (defaulting to PNG or JPEG) in the toDataURL function....
# Summary Feature #1408 Write a short explanation of how the `toDataURL` method works. ## Checklist - [x] I added documentation in `README.md`
# Summary Feature #2380 We want to add support for CSS variables when passing them to parse the SVG XML source function. ## Test Plan Test app -> src ->...
# Summary Motivation: We want to add that [feature](https://github.com/software-mansion/react-native-svg/issues/1693). Closes #1767 [example](https://www.svgviewer.dev/s/7aSzqouw) with TextPath component ## Test Plan The example is available in the test-examples app as Test1693 ### What...
# Summary Closes #2138 We want to calculate width and height based on the aspect ratio defined by the `viewBox`. ## Test Plan We can easily test my solution when...