You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
expected
not to have errors from the library
versions
fluidTransitions: 0.3.2
react-native: 0.59.9
react-navigation: 3.0.8
The text was updated successfully, but these errors were encountered: