-
环境: "@flyskywhy/react-native-gcanvas": "^2.3.18",
"react": "17.0.2",
"react-native": "0.67.2",
错误:
![image](https://user-images.githubusercontent.com/47779463/156128437-…
-
#13
跟上个问题有关的呢
在您修改2.0.1版本之前,其实我一直都是使用的官方版本的GCanvas(也就是说,我**没有**在podfile里面加上README Getting Start中额外添加的那一行,而是yarn install后,直接pod install,自动安装了GCanvas的1.2.0版本)
在您推送了2.0.1后,我在Podfile中加入了引用行,再次pod inst…
-
Hello,
I know this has been brought up in the past, but I wanted to rephrase the question.
I am looking for a happy path to build our games once and run them on web and in native mobile for iOS …
-
#### Most appropriate sub-area of p5.js?
- [ ] Color
- [ ] Core/Environment/Rendering
- [ ] Data
- [ ] Dom
- [ ] Events
- [ ] Image
- [ ] IO
- [ ] Math
- [ ] Typography
- [ ] Utilities
…
-
gcanvas毕竟不维护了,有没有计划基于react-native-skia实现CanvasRenderingContext2D
-
RN 使用原生环境,版本:0.69
按照 Getting Started 介绍配置 Android,
运行时提示错误如下:
```
FAILURE: Build failed with an exception.
* Where:
Build file 'D:\canvasProject\node_modules\@flyskywhy\react-native-gcanvas\an…
-
The app crashes and closes without leaving any logs on the react native side, and the error that caused the app to close is observed with Logcat as follows:
Furthermore, the error occurred at rando…
-
1.模块已经配置好
`"modules" : {
"Canvas" : "nvue canvas"
}`
2.依赖也加好了
3.然后提示错误
`[warn]WXBridgeContext.m:1310, jsLog: [JS Framework] 当前运行的基座不包含原生插件[gcanvas],请在manifest中配置该插件,重新制…
-
**Is your feature request related to a problem? Please describe.**
[Johannes Stein describes the architecture differences between React Native and Cordova](https://www.toptal.com/mobile/comparing…
-
Hi,
I get this error (`TypeError: Cannot read property 'preloadImage' of null`) while using GImage like below:
```js
const imageHttp = new GImage();
imageHttp.crossOrigin = true;
imageHttp.…