douglasjunior / react-native-keyboard-manager

⚛ Library to prevent issues of keyboard sliding up and cover inputs on React-Native iOS projects.
https://www.npmjs.com/package/react-native-keyboard-manager
MIT License
934 stars 60 forks source link

TS Error `PreviousNextView has no export member` #96

Closed fcastaneda9725 closed 1 year ago

fcastaneda9725 commented 1 year ago

I'm using typescript and having this error: Module '"react-native-keyboard-manager"' has no exported member 'PreviousNextView'.

The library and the component <PreviusNextView> works as expected, but have to add TS ignore comments.

"react-native": "0.69.5" "react-native-keyboard-manager": "^6.5.4-4" "typescript": "4.6.3"

douglasjunior commented 1 year ago

Duplicate from #75