0

I have built a functional sharing flow for images in my React-Native app using the package: react-native-share. However, there are some issues whereby an image may not show on the shared posts inside the app selected for sharing due to the size not conforming to the image size defined in a particular app.

For example, the image size for Twitter posts are given as 1600x900. You can see this cheat sheet to learn more.

So to resolve this I will have to resize the aspect ratios of an image before sharing. How can I do that depending on the app the user selects? Is there a specific image size I can use for all apps?

Erbaz Kamran
  • 78
  • 1
  • 7

0 Answers0