You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please let us know about the current state of your works on the paragraph module?
And does "feat/paragraph" contain your most recent works on it?
ERROR The above error occurred in the <skSimpleText> component:
at skSimpleText
at SimpleText
at skGroup
at Group (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.rnskia&modulesOnly=false&runModule=true:112011:21)
at MorphologyDemo (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.rnskia&modulesOnly=false&runModule=true:157347:89)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Could you please let us know about the current state of your works on the paragraph module?
And does "feat/paragraph" contain your most recent works on it?
I tried to merge the main branch into "feat/paragraph" here https://github.com/rainseek/react-native-skia/tree/feat/paragraph
Tests pass, web works but android fails with the error below which I could not resolve and find its root. Seems to me be related to the bridging part.
Merge conflicts were in these files:
https://github.com/rainseek/react-native-skia/blob/feat/paragraph/package/src/dom/nodes/drawings/Text.ts
https://github.com/rainseek/react-native-skia/blob/feat/paragraph/package/src/dom/types/DrawingContext.ts
https://github.com/rainseek/react-native-skia/blob/feat/paragraph/package/src/renderer/Canvas.tsx
https://github.com/rainseek/react-native-skia/blob/feat/paragraph/package/src/renderer/DrawingContext.ts
https://github.com/rainseek/react-native-skia/blob/feat/paragraph/package/src/renderer/__tests__/setup.tsx
https://github.com/rainseek/react-native-skia/blob/feat/paragraph/package/src/renderer/components/text/Text.tsx
https://github.com/rainseek/react-native-skia/blob/feat/paragraph/package/src/skia/types/index.ts
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions