Commit 3bc05d2
committed
[wip] add react-strict-animated library
Note: still working on the build/package structure so not quite ready for review yet
This introduces a new package to the RSD repo that provides a subset of React Native's API that works on both web and native, and built with integration of react-strict-dom in mind. The native implementation is largely a thin passthrough to the proper Animated API and some settings pre-configured (such as `useAnimatedDriver` always being enabled).
The web side is a new Animated implementation that ends up being driven by the Web Animations API.1 parent 86a8033 commit 3bc05d2
File tree
35 files changed
+3308
-221
lines changed- flow-typed/environments
- packages
- benchmarks/size
- react-strict-animated
- src
- native
- web
- animations
- hooks
- nodes
- types
- utils
- tools
- rollup
35 files changed
+3308
-221
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
84 | | - | |
85 | | - | |
| 86 | + | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
89 | | - | |
90 | | - | |
91 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
0 commit comments