Jian Wei

Results 8 comments of Jian Wei

Thanks for feedback. Please tell me: 1. How many waves you set (the **length** of `waveParams`). 2. What's the model of your actual device. 3. Show some sample codes, if...

@Tojonirina4 - For v1.x.x the answer is **NO**. - v2.x.x support this feature. Check at [WaveAnimOption](https://github.com/CubeSugar/react-native-waveview/blob/1a910b08ea2cee6ff7b4936bb99aa1023dbef73f/src/wave.tsx#L38) v2.0.0 is not ready to release, but soon.

@mun5865 Sorry for the late reply. You can try to warp `Wave` Component with a parent `View`, like below: ```js {"SOME_TEXT"} ``` hope it's helpful to you.

@Xuanwo 在_config中配置 ``` marked: gfm: true ``` 也还是没法支持这个特性,另一个markdown-it的渲染引擎效果也不理想,还有其他支持比较全面的md渲染引擎么?

@Xuanwo 在这段历史里 https://github.com/github/markup/issues/208 task list终于在广大群众+1声中被Github加入到特性中了XD https://github.com/blog/1825-task-lists-in-all-markdown-documents 其实想想blog里的task list经常用来当作清单,渲染成checkbox,不论readonly还是disable,都是挺怪异的,只是markdown写起来方便些。 暂时找了一种替代方法是,保存一个snip作为list item,随用随插: ``` bla bla ```

@CaptAhak Sorry for replying a little later. 1. [gl-react-native v2](https://github.com/ProjectSeptemberInc/gl-react-native) which this repo based on, do not support to apply filter on video. Pls see #https://github.com/ProjectSeptemberInc/gl-react-native/issues/141 2. As the author...

@TheDutchCoder Sorry for later replying. This repo only supports gl-react-native 2.x version, as v3.x is still not release and has a different implementation (v2 : backed by openGL v3: backed...

@NeerajKumar123 @TheDutchCoder Pls use the last V2 version: - gl-react-native v2.48.0 - gl-react v2.2.4 as the temporary workaround. ``` npm install --save [email protected] npm install --save [email protected] ```