Page MenuHomePhabricator

[native] Add reanimated makeMutable function type
ClosedPublic

Authored by angelika on Wed, Dec 11, 7:05 AM.
Tags
None
Referenced Files
F3506587: D14099.id46317.diff
Fri, Dec 20, 5:29 PM
F3505429: D14099.id46318.diff
Fri, Dec 20, 1:25 PM
F3504597: D14099.id46498.diff
Fri, Dec 20, 9:36 AM
F3500303: D14099.id.diff
Fri, Dec 20, 1:12 AM
F3497969: D14099.id46399.diff
Thu, Dec 19, 8:27 PM
Unknown Object (File)
Thu, Dec 19, 1:06 PM
Unknown Object (File)
Wed, Dec 18, 8:35 AM
Unknown Object (File)
Tue, Dec 17, 11:09 AM
Subscribers
None

Details

Summary

I need the makeMutable function in later diff but there is no flow type for it. In the original ts types https://github.com/software-mansion/react-native-reanimated/blob/2.17.0/src/reanimated2/core.ts#L264 it's typed and exported.

Depends on: D14098

Test Plan

Flow

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

angelika held this revision as a draft.
This revision is now accepted and ready to land.Wed, Dec 11, 5:03 PM

Rebase and address feedback