文件名称:reanimated-v2-carousel:React Native Reanimated V2中的动画轮播
文件大小:186KB
文件格式:ZIP
更新时间:2024-03-26 22:31:10
react-native reanimated2 TypeScript
复活的V2轮播
这是使用React Native Reanimated V2的动画轮播复制自受启发。
如何使用
如果要自己进行测试,则需要在上获取API密钥,因为此项目使用其API来获取数据。
所需的.env如下所示:
TMDB_TOKEN =
【文件预览】:
reanimated-v2-carousel-master
----.gitignore(855B)
----components()
--------Home.tsx(5KB)
--------Rating.tsx(2KB)
----package.json(846B)
----package-lock.json(423KB)
----assets()
--------fonts()
--------favicon.png(1KB)
--------splash.png(47KB)
--------icon.png(22KB)
--------adaptive-icon.png(17KB)
----tsconfig.json(287B)
----app.config.js(807B)
----README.md(870B)
----lib()
--------tmdb.ts(2KB)
----contexts()
--------movies.tsx(1KB)
----babel.config.js(155B)
----App.tsx(498B)