Replies: 2 comments
-
I have same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like the package.json and overall output of the npm package isn't right. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I have been facing some type errors after migrating the sdk from 7.5.6 to 12.0.0
I was able to resolve Cannot find module '@jeremybarbet/apple-api-types' or its corresponding type declarations issue by adding '@jeremybarbet/apple-api-types' to the devDependencies of my application's package.json. But this shouldn't be required right?
For rest of the errors I had to manually update the imports of AmazonModuleProps, AndroidModuleProps, IosModuleProps from '../modules' to 'react-native-iap' and then create a patch for it to work.
We are using the following version of react and react-native
"react": "18.2.0"
"react-native": "^0.71.2",
"@types/react": "18.0.21",
"@types/react-native": "0.70.6"
Can someone help as to what might be the issue here?
Beta Was this translation helpful? Give feedback.
All reactions