-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
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
Package react-native-sqlite-storage contains invalid configuration #560
Comments
Same Warning here for same specs. Any suggestion? |
me too, and it works on the ios simulator with no problem |
这个警告意味着“react-native-sqlite-storage”这个包在其配置中包含了无效的部分,特别是关于"dependencyplatforms.ios.project”。这可能是因为这个项目已经升级到了新的自动链接机制 (从 React Native 0.60 开始入),而这个包还在使用老的链接机制。 |
in my project,it works, so i annotated the file "node_modules/react-native-sqlite-storage/react-native.config.js" |
warn Package react-native-sqlite-storage contains invalid configuration: "dependency.platforms.ios.project" is not allowed. Please verify it's properly linked using "react-native config" command and contact the package maintainers about this. |
warn Package react-native-sqlite-storage contains invalid configuration: "dependency.platforms.ios.project" is not allowed. Please verify it's properly linked using the "react-native config" command and contact the package maintainers about this. |
I hate to be a "me, too", but here we are.
I'm concerned that there has been no attention paid to this issue -- not assigned, or labeled. |
same problem... "react-native-sqlite-storage": "^5.0.0", |
Same problem |
Same here
|
same problem. "react-native-sqlite-storage": "^6.0.1", |
In my react native app, installation is ok but when start my metro then i get this warning.
Package version: 6.0.1
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-sqlite-storage": "^6.0.1",
warn Package react-native-sqlite-storage contains invalid configuration: "dependency.platforms.ios.project" is not allowed.
The text was updated successfully, but these errors were encountered: