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
Could not find a declaration file for module 'react-native-klarna-inapp-sdk'. '/Users/deva/Desktop/delete_me/AwesomeApp/node_modules/react-native-klarna-inapp-sdk/src/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/react-native-klarna-inapp-sdk if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-klarna-inapp-sdk';ts(7016)
To Reproduce
Steps to reproduce the behavior:
Create new react native project
import KlarnaPaymentView in any View
You will see the above error
The text was updated successfully, but these errors were encountered:
Hi @devapalanisamy, we have updated the library with lot of changes including a change to how we build and declare types. Can you please try the latest version and let us know if it resolves this
Could not find a declaration file for module 'react-native-klarna-inapp-sdk'. '/Users/deva/Desktop/delete_me/AwesomeApp/node_modules/react-native-klarna-inapp-sdk/src/index.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/react-native-klarna-inapp-sdk
if it exists or add a new declaration (.d.ts) file containingdeclare module 'react-native-klarna-inapp-sdk';
ts(7016)To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: