李小佛

Results 5 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...

Thank you, I understand now; it's a problem with the document provider. When I use a Xiaomi phone (Android 13) and choose files using the system's file manager, I can...

Is there no solution to this issue? Since third-party document providers do not restrict file types, there's nothing we can do. If it's unsolvable, can I limit which document providers...