functionland / fx-fotos

"Fx Fotos" is an opensource gallery app in react native with the same smoothness and features of Google Photos and Apple Photos. It is backend gnostic and connects to decentralized backends like "box", "Dfinity", "Filecoin" and "Crust".

Home Page:https://t.me/functionland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redesign the time-bar component

ghorbani-m opened this issue · comments

In the current component, there is just one line-timer animation. we need to change it so that like the below screenshot.

image

Solution prorierties:

  1. Using SVG animation, FYI, clipPath has an animation issue on Android, but works on IOS,
  2. Using Flatlist

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

hi @ghorbani-m did you resolve this by downgrading the lib?

Hi @abdymm ,
No, downgrading did not work for me, I tested all solutions and nothing worked at least for me!
Finally, I implemented my component by react-native-reanimated