Commit 0937df8
Port to Reanimated v2 (#335)
* first pass v2 migration
* autoscroll (WIP
* update decorators, cleanup
* ts ignore
* tweak constrained hover anim
* use single useDerivedValue
* fixed layout measurement (#325)
Co-authored-by: Tatiana Iasencova <[email protected]>
* back to working
* fix autoscroll
* fix placeholder item
* bugfix placeholder
* add identityRetainingCallback
* enforce reanimated v2
* fix onDragEnd
* cleanup
* fix filcker (mostly)
* flip raf and setTimeout
* fix placeholder position
* fix filicker, nestable checkpoint
* fix nested scroll
* remove unnecessary wrapper
* fix placeholderitem
* cleanup, fix tests
* remove fail case
* add bob
* 4.0.0-beta.0
* memoize, useAnimatedRef -> useRef
* memoize, index -> getIndex
* memoize
* performance, cleanup
* update README
* fix ref types
* 4.0.0-beta.1
* disable gestures when animating
* bump reanimated
* 4.0.0-beta.2
* fix commonjs build
* 4.0.0-beta.3
* prevent flicker on web
* use v2 gesture api
* no worklet
* useIdentityRetainingCallback -> useStableCallback
* 4.0.0-beta.4
* foward refs
* add example
* add npmignore
* 4.0.0-beta.5
* fix autoscroll not working after scroll down
Co-authored-by: computerjazz <[email protected]>
Co-authored-by: taniaI <[email protected]>
Co-authored-by: Tatiana Iasencova <[email protected]>1 parent d8a392b commit 0937df8
File tree
63 files changed
+12618
-1811
lines changed- Example
- assets
- fonts
- images
- components
- __tests__
- constants
- hooks
- screens
- utils
- src
- components
- context
- hooks
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+12618
-1811
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
Binary file not shown.
Loading
Loading
Loading
Loading
0 commit comments