We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43147a7 commit 3f2b376Copy full SHA for 3f2b376
src/canvas.android.ts
@@ -138,7 +138,7 @@ class ProxyClass<T> {
138
const methodName = name;
139
for (let index = 0; index < args.length; index++) {
140
const element = args[index];
141
- if (element && element.mNative) {
+ if (element && element.getNative) {
142
args[index] = element.getNative();
143
} else if (Array.isArray(element)) {
144
args[index] = arrayToNativeArray(element);
0 commit comments