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

Is it compatible with 0.60.X? #363

Closed
hakkikonu opened this issue Jul 23, 2019 · 7 comments
Closed

Is it compatible with 0.60.X? #363

hakkikonu opened this issue Jul 23, 2019 · 7 comments

Comments

@hakkikonu
Copy link

I want to use this package for my app. Is it compatible with 0.60.x versions?

@carlosroberto555
Copy link
Contributor

We are fixing the migration #361
If you can help us testing compatibility, we will thank you very much

@shaheer88
Copy link

Is the issue fixed??
I was unable to get this working on 0.60.4 version.

@ghost
Copy link

ghost commented Jul 26, 2019

Not working yet?

@ghost
Copy link

ghost commented Jul 27, 2019

Some way it worked for me. Versions:
"react": "16.8.6",
"react-native": "0.60.4",
"react-native-sqlite-storage": "^3.3.11"

Just install the package but I had to omit 4 part of the guide, in MainAplication.java:
" new SQLitePluginPackage(), // register SQLite Plugin here"
or how it is now:
packages.add(new SQLitePluginPackage());

Just dont add it (it'll create a duplicate) and it'll work

@carlosroberto555
Copy link
Contributor

I did forked this repo and make changes to work with react-native 0.60.x (I've tested with 0.60.4)
This repo works with autolink, you don't need to do manual setup on Android.
https://github.com/carlosroberto555/react-native-sqlite-storage

I didn't tested with iOS yet, but if anybody can test it will be very helpfull.

You can install with:
yarn add carlosroberto555/react-native-sqlite-storage#enable_autolink

@carlosroberto555
Copy link
Contributor

I tested this repo with iOS today, and seems work fine with none issue for me.
With this configuration 0.60.x autolink works like a charm for Android and iOS.

And for previous react-native versions isn't necessary Android manual configuration (only react-native link react-native-sqlite-storage)

@andpor
Copy link
Owner

andpor commented Aug 22, 2019

4.0.0 wit RN 0.60 compatibility fix released.

@andpor andpor closed this as completed Aug 22, 2019
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

4 participants