Skip to content
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

Open
deep-dot opened this issue May 22, 2023 · 11 comments
Open

Package react-native-sqlite-storage contains invalid configuration #560

deep-dot opened this issue May 22, 2023 · 11 comments

Comments

@deep-dot
Copy link

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.

@MrSerra
Copy link

MrSerra commented May 23, 2023

Same Warning here for same specs. Any suggestion?

@YunySun
Copy link

YunySun commented Jun 9, 2023

me too, and it works on the ios simulator with no problem

@YunySun
Copy link

YunySun commented Jun 9, 2023

这个警告意味着“react-native-sqlite-storage”这个包在其配置中包含了无效的部分,特别是关于"dependencyplatforms.ios.project”。这可能是因为这个项目已经升级到了新的自动链接机制 (从 React Native 0.60 开始入),而这个包还在使用老的链接机制。

@YunySun
Copy link

YunySun commented Jun 9, 2023

in my project,it works, so i annotated the file "node_modules/react-native-sqlite-storage/react-native.config.js"
ios: {
// project: './platforms/ios/SQLite.xcodeproj'
},

@Shiva207892
Copy link

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.

@Owais28
Copy link

Owais28 commented Jun 29, 2023

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.

@mjstelly
Copy link

mjstelly commented Sep 10, 2023

I hate to be a "me, too", but here we are.

    "react": "^18.2.0",
    "react-native": "^0.72.4",
    "react-native-sqlite-storage": "^6.0.1"

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.
So, I'm contacting the package maintainers. Hello.

I'm concerned that there has been no attention paid to this issue -- not assigned, or labeled.

@juspriet
Copy link

same problem...

"react-native-sqlite-storage": "^5.0.0",
"react": "18.2.0",
"react-native": "0.72.5",

@AbinashAcharya1973
Copy link

Same problem

@Dimss
Copy link

Dimss commented Feb 18, 2024

Same here

    "react": "18.2.0",
    "react-native": "0.73.4",
    "react-native-sqlite-storage": "^6.0.1",

@gkasireddy202
Copy link

same problem.

"react-native-sqlite-storage": "^6.0.1",
"react": "18.2.0",
"react-native": "0.73.2",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants