Hoang Anh

Results 11 issues of Hoang Anh

Hi ad, When I set the equations in Editor, it does not display, but it displays on my site. can you help me? ``` this.onBlur(e), "afterPaste": e => this.afterPaste(e), "change":...

It is not run on Device when i add "**prepare**" ``` this.recorder = new Recorder(filename, { bitrate: 256000, channels: 2, sampleRate: 44100, quality: 'max' }).prepare((err, fsPath)=>{ this.setState({fsPath}) }); ``` but,...

Hi @chanind ! Can I set "Audio" to pronounce a character in this library?

Hi all, Can i run it for React Native?

When I run it on a emulator (Android), there is the following error: -- > Error while updating property 'transform' of a view managed by: RCTView > null > Cannot...

I want to open two modals in a row, currently if I open the first modal, I can't open the second modal from the first modal. :(

bug

I have a lot of base64 images, how do you do that? ``` let page1 = "JVBERi0xLjcKJc..." let page2 = "JVBERi0xLjcKJc..." let page3 = "JVBERi0xLjcKJc..." //const source = {uri:"data:application/pdf;base64,JVBERi0xLjcKJc..."}; ```

Is there any way to customize a CandleStickChart to BoxChart? ![image](https://user-images.githubusercontent.com/25890788/61617645-55236b80-ac95-11e9-89b3-1b252c671fba.png)

this example is _cannot detect a video_ (or a camera live). I tried running my log, but it didn't detect it. but it can detect still image. ``` import React...

I've tried many different ways, but it seems like the Theme of CalendarProvider has no effect at all. Could someone please help me hide its header? my source code: ```...