Page MenuHomePhabricator

[Flow202][native][skip-ci] [23/x] Import AnimatedInterpolation type from react-native
ClosedPublic

Authored by ashoat on Nov 27 2023, 12:43 AM.
Tags
None
Referenced Files
F3532963: D10007.id33890.diff
Wed, Dec 25, 10:35 AM
F3532523: D10007.id33651.diff
Wed, Dec 25, 9:21 AM
F3529817: D10007.diff
Tue, Dec 24, 9:21 PM
Unknown Object (File)
Sun, Dec 22, 8:57 AM
Unknown Object (File)
Sun, Dec 22, 8:57 AM
Unknown Object (File)
Sun, Dec 22, 8:57 AM
Unknown Object (File)
Sun, Dec 22, 8:57 AM
Unknown Object (File)
Sun, Dec 15, 8:24 AM
Subscribers
None

Details

Summary

This type is for our use of the Swipeable from react-native-gesture-handler, which uses the Animated library that is built into React Native. Separating this diff out so it's clear why I'm introducing the type.

NOTE: CI will fail on this diff. I considered the possibility of fixing Flow errors BEFORE upgrading Flow, but it wasn't possible... in some cases, the fixes to support the new version of Flow caused errors in the old version. I could have hidden these type errors with $FlowFixMe lines and then later revert those, but that seemed like too much busy work.

Depends on D10006

Test Plan

Confirm the Flow errors go away

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 24448
Build 210164: arc lint + arc unit