我使用Android原生反应,当我使用ListView
或ScrollView
时,发生了这个问题,
我的 package.json 是
{
"name": "ImagesPickerSearch",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start"
},
"dependencies": {
"react-native": "^0.17.0",
"react-native-fileupload": "git+https://github.com/PhilippKrone/react-native-fileupload.git",
"react-native-image-picker": "^0.12.4"
}
}
Android build.gradle 是:
dependencies {
compile fileTree(dir: "libs", include: ["*.jar"])
compile "co
m.android.support:appcompat-v7:23.0.1"
compile "com.facebook.react:react-native:0.18.+"
但在内部监督办公室,这很有效,谁可以帮助我