Gabriel Cebrian
Gabriel Cebrian
@Announcement really sorry for dropping the ball on this project and taking a long time to reply. @kigster can you put a PR together with your changes. @Announcement would you...
Could you submit a file with the bare minimum so I can reproduce this issue and test out the fix.
Could you submit a file with the bare minimum so I can reproduce this issue and test out the fix
I will look into this but I am going to guess that this is caused by the iframe that holds the page not allowing the events to bubble up to...
Some more info on the non-public apis being used and where they are would greatly appreciated
FWIW We have been using this library on our React Native app since July w/o issues. Our app has been approved every time w/o rejections
We've submitted more than 10 or 15 times now
Hi David, If I understand correctly we had the same need a couple of weeks ago. Take a look at the conversation on https://github.com/tes/compoxure/pull/45 and the solution we ended up...
The issue seems to be that delimiters are not being passed to https://github.com/tes/parxer/blob/master/lib/core.js#L9. Could you mind creating a failing test on the parxer project and I can look into fixing...
I was just looking into this for a new React Native app and after some debugging it looks like using the `autoMergeLevel2` state reconciler fixes this issue for me. When...