Jack Krone

Results 6 comments of Jack Krone

> Downgrading is not an options as I was looking to encrypt only partially the redux store, and this is available only on v4.0.0. Why do you say this @langarus...

> add this to your android/build.gradle file at the bottom `allprojects { repositories { jcenter() } } ` Didn't have any luck with this

A few of you have correctly (I think) pointed out that clearing out the state from the top level also clears the _persist field in the nested reducer, which seems...

Running into the same issue today on 0.32.0.

> > Also experienced trying to alter column from integer to boolean using generate / pushpg > > Got around it using `ALTER TABLE "users" ALTER COLUMN "admin" SET DATA...

Just found this comment which explains why the error occurs. If you want to avoid editing sql files then first delete the column and generate a migration, then re-add your...