Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有两个Views,因此我需要对它们进行动画处理,即
View
我该怎么做react-native-reanimated呢?我在入职文档中发现的信息很少,那么这样做的最佳做法是什么?
react-native-reanimated
因此,我需要为它们设置动画
理解你想要实现的目标有点复杂。我建议
git clone git@github.com:software-mansion/react-native-reanimated.git
yarn cd Example yarn cd ios && pod install && cd .. # if using IOS devices yarn start
您将可以访问大量示例