RocketChat / Rocket.Chat.ReactNative

Rocket.Chat mobile clients
https://rocket.chat
MIT License
1.91k stars 1.14k forks source link

chore: migrate from react native animation api to react native reanimated api #5623

Open jsathu07 opened 3 months ago

jsathu07 commented 3 months ago

Proposed changes

The react native reanimated library has become the standard for handling animations. This pull request transitions existing react native animation APIs to utilize reanimated

Issue(s)

How to test or reproduce

Screenshots

Types of changes

Checklist

Further comments

jsathu07 commented 3 months ago

@diegolmello I've updated with the latest changes