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

Typescript errors on version 0.3.2 #196

Open
panvourtsis opened this issue Jun 7, 2019 · 0 comments
Open

Typescript errors on version 0.3.2 #196

panvourtsis opened this issue Jun 7, 2019 · 0 comments

Comments

@panvourtsis
Copy link

Latest version is having two errors on the types from typescript. The index.d.ts is having a problem finding the type for the index.js when the ./Types is imported.

Please see the errors below:

Error:(4, 66) TS7016: Could not find a declaration file for module './Types'. 'node_modules/react-navigation-fluid-transitions/Types/index.js' implicitly has an 'any' type.
Error:(8, 3) TS2371: A parameter initializer is only allowed in a function or constructor implementation.

expected
not to have errors from the library

versions
fluidTransitions: 0.3.2
react-native: 0.59.9
react-navigation: 3.0.8

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

No branches or pull requests

1 participant