MR03web

Results 8 comments of MR03web

Fork and Change the dependencies for the uploadservice from 3.4.2 to 3.5.2 no problem on 7 and 9...

Upgrade gradle can fixed this,but change default setting is not a good way.

``` compileSdkVersion 27 buildToolsVersion "27.0.3" defaultConfig { minSdkVersion 16 targetSdkVersion 23 ... } ``` @vivikenen, try upgrading buildToolsVersion, minSdkVersion and targetSdkVersion?

@vivikenen, I created a demo only used react-native-splash-screen. It can be built successfully and running on my phone,if still can't succeed. you may need to check the android sdk environment...

` ` I solved with the above code

> 现在把包管理工具由`npm` 改为`yarn` 就可以正常`npm run build:weapp` 了。 的确可以了,但是为什么会这样...

添加了provider但还是遇到unable to create directory错误的朋友请注意,看你是否使用了react-native-image-crop-picker,这个库的AndroidManifest.xml也添加了provider,以及xml中的provider_paths.xml 我认为应该是文件重复导致provider_paths.xml被覆盖. 暴力解决方法: 修改react-native-image-crop-picker的provider_paths.xml为 ``` ``` 保证两个库的provider_paths.xml相同 @SunnyEver0