-
Hello, first of all thanks for you work. It very useful
It works fine in some projects that i create before. But if I try to create new project with expo-cli (bare) and then install lib, builds crash…
-
-
Hello, I've attempted to build the repo for android (removing the GCanvasView parts)
but unfortunately I'm getting an error when I try to generate anything, for example text generation, I'm getting t…
-
Dear sir,
i cannot ctx.fillText('ภาษาไทย', 10, 10); with thai character font
Please help me please..
-
试了几个方案,都不起作用
-
Can I Use gcanvas in release app ?
I recently used pixi
but I hava problem in pixi 6.5.2
-
Tried to use a custom font on iOS and it does not work.
I think the issue is due to openGL ES deprecation or supporting the library, it seems like even the new Apple system fonts do not work.
I …
-
**iOS**
Build fails with
> ./node_modules/react-native-gcanvas/ios/RCTGCanvasView.h:23:9: 'GCanvas/GCanvasViewProtocol.h' file not found
Following the latest docs (and using `react-native-gc…
-
I would really like to use Pixi.js in my vanilla JS React Native project. Is this possible with out the use of Expo?
### Environment
- **`pixi.js` version**: _e.g. 5.0.3_
- **OS & Version**: _e…
-
Hi there,
I'm exploring possibilities for custom brushes, patterns and etc with GCanvas. I'm basically following http://perfectionkills.com/exploring-canvas-drawing-techniques/ and doing comparison…