SVG G transform={translate(${pixel.x}, ${pixel.y})} not working on IOS

Please provide the following:

  1. SDK Version: 41.0.0
  2. Platforms(Android/iOS/web/all): iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

the implementation works well on android and web. But it doesnot work in IOS
<G
transform={translate(${pixel.x}, ${pixel.y})} >
This translate function is not workin in IOS. Please help

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.