徐宁
徐宁
``` ``` 如果设置width就闪退报上面的错,如果不设置width,能打开摄像头推流,但是没有画面。
我的rn项目 android/build.gradle ``` ext { buildToolsVersion = "28.0.3" minSdkVersion = 16 compileSdkVersion = 29 targetSdkVersion = 29 } ```
 @illuspas
 我修改成api28依然报同样的错 ```java ext { buildToolsVersion = "28.0.3" minSdkVersion = 16 compileSdkVersion = 28 targetSdkVersion = 28 } ```
> 我在这里遇到的问题是我的解决方案: > > ``` > style={{ width:"100%", height:'100%' }} > source={{ uri : 'rtsp://...' }} > mediaOptions={{ > ':network-caching': 150, > ':live-caching': 0, > ':file-caching': 0, > ':live-caching': 0,...
I also encountered this problem. This error appeared every time I reopened the app during debugging. Useful for me
This error only appears after RN version 0.60
> > 使用此库几乎可以实现所有功能(保持每个标签的高度从左到右切换而无需重新渲染,从而导致白屏上下滑动而不会抖动) > > [react-native-head-tab-view](https://github.com/zyslife/react-native-head-tab-view) > > 
What can I do to avoid reloading? @ valdio / react-native-scrollable-tabview 0.8.9
Almost all functions can be realized by using this library (keep the height of each tab to switch from left to right without re rendering, resulting in the white screen...