fram-x / FluidTransitions

Fluid Transitions for React Navigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript errors on version 0.3.2

panvourtsis opened this issue · comments

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