caglardurmus / react-native-insta-story

Story component for React Native
MIT License
177 stars 82 forks source link

How to add "your story" button like instagram #48

Open i-m-lavish opened 1 year ago

i-m-lavish commented 1 year ago

I want to add "Your story" button to add story by user like instagram which is placed at first position in instagram story view. How to achieve this?

Saifrazaa commented 9 months ago

You can pass your custom 'Add Story' button through this "avatarFlatListProps" prop:

<InstaStory .... avatarFlatListProps={{ ListHeaderComponent: <AddStoryBtn />, }} />