李小佛

Results 2 comments of 李小佛

add filed into database with default value when its notNull=true example ALTER TABLE TABLE_NAME ADD COLUMN newFiled INTEGER NOT NULL DEFAULT 0

it worked for me [Android](https://github.com/ivpusic/react-native-image-crop-picker#android) VERY IMPORTANT Add the following to your build.gradle's repositories section. (android/build.gradle) allprojects { repositories { mavenLocal() jcenter() maven { url "$rootDir/../node_modules/react-native/android" } // ADD THIS...