Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node_modules\@shopify\react-native-skia\src\sksg\Recorder\DrawingContext.ts line 41 to error #2965

Open
1 task done
mingmingaini opened this issue Feb 17, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@mingmingaini
Copy link

mingmingaini commented Feb 17, 2025

Description

    nextPaint?.assign(getCurrentPaint()); // Reuse allocation by copying properties

The nextPaint.assign assign attribute is an undefined attribute.

update to:

  Object.assign(nextPaint, getCurrentPaint()); 

is run success

React Native Skia Version

1.11.7

React Native Version

0.72.5

Using New Architecture

  • Enabled

Steps to Reproduce

npm i "@shopify/react-native-skia": "^1.11.7", npm run start

Snack, Code Example, Screenshot, or Link to Repository

@mingmingaini mingmingaini added the bug Something isn't working label Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant