Daniel Merrill
0017d7e7ce
feat(rewrite): convert to function components/hooks, separate concerns (#281)
* refactor to split up files, use hooks
* whoops, use correct files
* fix types
* fix translation bugs
* simplify procs
* rename
* fix issue with items getting stuck
* add cell wrappers
* re-organize state
* nicer decorators
* update types, decorators
* capitalize
* fix types
* onRef
* fix types
* types
* fix android
* exoprt useOnCellActiveAnimation
* memoize, fix some web-only bugs
* fix web measure/layout issues
* fix flicker on web
* export types
* more web fixes
* make backwards compatible with reanimated v1
* fix v2
* update readme
* update readme
* adjust android autoscroll speed
* establish min reanimated version
* fix android jumpiness on autoscroll
* update readme
* defensive getNode
Co-authored-by: computerjazz <hi@danielmerrill.com>