-2

I want to create a button using Skia library in React Native. The width of button should expand acconding to text or content in it.

Thanks.

1 Answers1

0

If you're aiming for creating a button with the Skia library in React Native you probably have some drawing magic on your mind. If you really need this for a button then I would advice to check out the excellent tutorials of William Candillon: https://www.youtube.com/c/wcandillon/videos

In the example shown here at Shopify you can already find some tips towards building the button you would need: https://shopify.engineering/react-native-skia-shopify

Saskovic
  • 31
  • 4