You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello 👋 ,
I am currently using your Library and it's behaves very well. The animations are pretty good.
But there are some limitations for customization.
For example it would be nice being able to display TEXT stories. There is already an existing type named text for that in your code. (react-native-stories-media/src/index.d.ts:9).
Moreover it will also be nice to have the ability to pass customs types like audio. So this way we should probably add some props to the <Stories/> component to render Stories with those customs types: For example: renderTextStory, renderAudioStory.
At the end, the Stories component could look like this:
Hello 👋 ,
I am currently using your Library and it's behaves very well. The animations are pretty good.
But there are some limitations for customization.
For example it would be nice being able to display TEXT stories. There is already an existing type named
text
for that in your code. (react-native-stories-media/src/index.d.ts:9
).Moreover it will also be nice to have the ability to pass customs types like
audio
. So this way we should probably add some props to the<Stories/>
component to render Stories with those customs types: For example:renderTextStory
,renderAudioStory
.At the end, the
Stories
component could look like this:I could also contribute to implement this if you want 😉 .
The text was updated successfully, but these errors were encountered: