🚀 Instagram stories is a versatile React Native component designed to display a horizontal scrollable list of user stories, similar to the stories feature found in the Instagram app.
Hi, I am trying to have the modal launch immediately when the page is loaded. I have tried using ref.current?.show(), but this seems to only start the spinning border around the avatar without opening the modal.
Is there a simple way of using the InstagramStories to have the modal launch on page load?
Hi, I am trying to have the modal launch immediately when the page is loaded. I have tried using
ref.current?.show()
, but this seems to only start the spinning border around the avatar without opening the modal.Is there a simple way of using the
InstagramStories
to have the modal launch on page load?