You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conch Bay now draws and shares the result image using react-native-view-shot, which captures views directly in the device. This method has 2 disadvantages, uneven size between different screens and it does not look the best.
We may change to using @shopify/react-native-skia to draw directly in the canvas and create some more creative result images when sharing.
The text was updated successfully, but these errors were encountered:
Conch Bay now draws and shares the result image using
react-native-view-shot
, which captures views directly in the device. This method has 2 disadvantages, uneven size between different screens and it does not look the best.We may change to using
@shopify/react-native-skia
to draw directly in the canvas and create some more creative result images when sharing.The text was updated successfully, but these errors were encountered: