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

Not able to scroll the stories from outside #56

Closed Ahsanali012 closed 8 months ago

Ahsanali012 commented 8 months ago
Screenshot 2024-03-05 at 12 08 57 am
Ahsanali012 commented 8 months ago

this is my code

{AllStoriesPosts && ( <View style={twmx-4}> <InstagramStories avatarSize={90} backgroundColor={"gray"} stories={InstaStories} videoAnimationMaxDuration={20000} /> )}

Ahsanali012 commented 8 months ago

When Added ScrollView it worked ... You can close this issue