We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found that there is an error in tsconfig.json
Cannot find type definition file for 'react'. The file is in the program because: Entry point of type library 'react' specified in compilerOptions
This error started to occur after I migrated to Expo SDK 48
Expo doctor didn't found any issues.
I re-installed the package, and i saw these warnings in terminal:
[1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... warning " > @expo/[email protected]" has unmet peer dependency "expo-modules-autolinking@>=0.8.1". warning " > @svanboxel/[email protected]" has incorrect peer dependency "react@^16.9.0". warning " > @svanboxel/[email protected]" has incorrect peer dependency "react-native@^0.62.0". warning "react-native > react-native-codegen > [email protected]" has unmet peer dependency "@babel/preset-env@^7.1.6". warning "@haskkor/react-native-recaptchav3 > [email protected]" has incorrect peer dependency "react-native@>=0.60 <0.62". warning "@haskkor/react-native-recaptchav3 > [email protected]" has unmet peer dependency "react-native-windows@^0.61.0-beta.58". [4/4] Building fresh packages... success Saved lockfile. success Saved 2 new dependencies. info Direct dependencies └─ @haskkor/[email protected] info All dependencies ├─ @haskkor/[email protected] └─ [email protected]
The text was updated successfully, but these errors were encountered:
Update:
yarn add --dev @types/react @types/react-native fixed the error, however the problem still remains. The iOS app still crashes.
yarn add --dev @types/react @types/react-native
Sorry, something went wrong.
Use this https://www.npmjs.com/package/react-native-secure-captcha-v3
No branches or pull requests
I found that there is an error in tsconfig.json
This error started to occur after I migrated to Expo SDK 48
Expo doctor didn't found any issues.
I re-installed the package, and i saw these warnings in terminal:
The text was updated successfully, but these errors were encountered: