Cristiano Coelho
Cristiano Coelho
Also looking for this. Don't really need to be an interactive checkbox, but it would be cool to have a replacement for the ` ` that uses a checkbox style.
@harishgupta01 I haven't, we just live with it for now.
In my case, I just used a stack / list of changes on the RN side and then just added an undo custom action that pops from the stack and...
Seeing the same issue. Please merge!
It improved, but it is still working erratically with 1.5.5 Please see the attached video: https://drive.google.com/file/d/1tD4ZZkK0H6nmnXB2DRODVfj7zCiUdtBc/view I'm using a PureComponent, could that be causing issues? Here's my code: ``` export...
Another video, looks like I had the previous version cached, but the bugs are still there with 1.5.5: https://drive.google.com/file/d/17BVPlV8SEXAAPH0iRou84V_MhBK1_eKc/view?usp=sharing
Is this something you can fix easily? I want to try and fix https://github.com/wxik/react-native-rich-editor/issues/126 myself and send a PR, but this one is also important so I will probably try...
Any hint at where the code to handle this is implemented?
Looking for something similar to get text selection.
@redexp @TongManhCong what happens if you replace `PendingIntent.FLAG_IMMUTABLE` with `PendingIntent.FLAG_MUTABLE` instead? Does that also fix the issue? If so, that should be the actual change so it works with all...