andpor / react-native-sqlite-storage

Full featured SQLite3 Native Plugin for React Native (Android and iOS)
MIT License
2.75k stars 521 forks source link

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

Open deep-dot opened 1 year ago

deep-dot commented 1 year ago

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 commented 1 year ago

Same Warning here for same specs. Any suggestion?

YunySun commented 1 year ago

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

YunySun commented 1 year ago

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

YunySun commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 11 months ago

same problem...

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

AbinashAcharya1973 commented 8 months ago

Same problem

Dimss commented 7 months ago

Same here

    "react": "18.2.0",
    "react-native": "0.73.4",
    "react-native-sqlite-storage": "^6.0.1",
gkasireddy202 commented 5 months ago

same problem.

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