birdwingo / react-native-instagram-stories

🚀 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.
https://birdwingo.com
MIT License
131 stars 35 forks source link

Launch modal immediately on page load #57

Closed n-lam closed 6 months ago

n-lam commented 7 months ago

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?

LukasFridmansky commented 6 months ago

Hello, you can use the newest version of library. You can use isVisible property to control whether to show modal on load or not.