Andrzej Porebski

Results 50 comments of Andrzej Porebski

Really? There is no built-in way to append a block using html text? This is kind of bad...

I am only starting with this ... so take this with a grain of salt..this method seems to be appending blocks resulting from HTML conversion: ``` appendBlocksFromHtml(htmlString){ const editorState =...

I have refined the method so now it inserts blocks from HTML conversion at the current selection. For now, it inserts the new blocks AFTER the block that is the...

Hi - need to support superscript and subscript style on HTML import. Where do we stand from support perspective for these extra styles ?

So i came across this issue myself. In order to force the MultStreamRecorder to record in acquired supported resolution I had to make 2 changes - otherwise it was recording...

The iOS library does not include SQLite binaries. It uses SQLite that is available on the iOS.

So I attempted to build the binaries using latest NDK. armeabi is no longer supported and had some compilation warnings about implicit pointer casts which make me a little uncomfortable....

@jdanbrown - can you try new-native-sqlite-libs branch - I uploaded new native libs. Let me know how it works for you.

@fjqingyou did you turn on Promise mode?

@iamleeg did you test you fix on iOS/Android and native Android ?