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

1.0.2 breaks #9

Open
senthilsivanath opened this issue Nov 3, 2016 · 1 comment
Open

1.0.2 breaks #9

senthilsivanath opened this issue Nov 3, 2016 · 1 comment

Comments

@senthilsivanath
Copy link

Using following versions
"@remobile/react-native-cache-image": "1.0.2",
"@remobile/react-native-cordova": "1.1.0",
"@remobile/react-native-sqlite": "1.0.2",

i think they are latest, i am getting the following error [tid:com.facebook.react.RCTExceptionsManagerQueue] Unhandled JS Exception: Sorry first openDatabase argument must be an object

@lodarki
Copy link

lodarki commented Dec 2, 2016

I checked the code of SQLitePlugin.js. Then I found that the method 'SQLitePlugin' need the param 'openargs' what should be an object like '{name: 'cache_image'...}' instead of a String as "cache_image". So I think the Version of react-native-sqlite is too high.

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

2 participants