Chung Xa

Results 16 comments of Chung Xa

For those such as my device, I just simply not set the 'inset-swipe' value. But the problem now is how to know if it's in the case? Android API Level...

After debugging, I see the Asset return with localUri is like `src_assets_textures_spritesheet` not `file:///path/spritesheet.png` as usual. That would make the texture not rendering.

And how about this one? I see it's quite similar to my issue https://github.com/expo/expo/issues/10906

It's due to the changes in this commit: https://github.com/NetEase/pomelo/commit/cbbf1585acf85e53a07d858a2ec170f0ff413a91 Socket.IO 1.7.x doesn't have these properties "path", "close timeout", "heartbeats", "log level"

The same to me :) I've got my app crashed on the first time run on my device (Note 10 Plus) SDK 45 The app is built by EAS

@AnalogJ Route 53 does support record sets. Take a look at bellow of value field, you will see a note "IPv4 address. Enter multiple addresses on separate lines.". However lexicon...

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html#TXTFormat Could lexicon support this soon?

I'm glad that I've succeed of passing native touch events to `PIXI.InteractionManager`. It was quite tricky. I had to fake some window properties such as `window.ontouchstart`, `window.TouchEvent` and also extended...

After some efforts, I'm now able to use `PIXI.Text`. It was quite tricky, there were many things to modify. Here is the list: - Modify `HTMLCanvasElement` to return `CanvasRenderingContext2D` (Expo2DContext)...

> Has there been any news/update on this? I'm, using a PIXI view inside my react native app and really need to use text that I need to translate on...