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
I tried to set gap:10 on avatarListContainerStyle but it is not working. basically I am trying to put some space between avatars.
I am getting error from Flashlist saying only padding related and bg color related styles supported in contentContainerStyle.
Also, We are trying to have own UI for the stories.
I tried putting code inside renderContent method but it seems like it is still loading the image in the background. so how to avoid that ?
we also don't want to display user avatar image on the story card so I am guessing that we will need to put userName and cancel Icon inside the renderContent
We want to provide share button on the card and when user is interacting with the share button we want to pause the timer. so for this resume and pause methods should just work fine I guess ?
The text was updated successfully, but these errors were encountered:
I tried to set gap:10 on
avatarListContainerStyle
but it is not working. basically I am trying to put some space between avatars.I am getting error from Flashlist saying only padding related and bg color related styles supported in contentContainerStyle.
Also, We are trying to have own UI for the stories.
renderContent
The text was updated successfully, but these errors were encountered: