Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Typescript error #318

Closed

Conversation

gabrielbull
Copy link

Self explanatory, Typescript will not build right now:

node_modules/react-native-reanimated/react-native-reanimated.d.ts:214:23 - error TS2315: Type 'MultiOperator' is not generic.

214     export const and: MultiOperator<0 | 1>;
                          ~~~~~~~~~~~~~~~~~~~~

node_modules/react-native-reanimated/react-native-reanimated.d.ts:215:22 - error TS2315: Type 'MultiOperator' is not generic.

215     export const or: MultiOperator<0 | 1>;
                         ~~~~~~~~~~~~~~~~~~~~


Found 2 errors.

@gabrielbull
Copy link
Author

Duplicate of #314

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants