-
Notifications
You must be signed in to change notification settings - Fork 476
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
Support React Native 0.73 #1951
Comments
To be clear this is for react native 0.73.0 on the old architecture. |
@jahead thanks of lot for bringing this up under our radar. |
Hey @wcandillon, I'm just tracking the updates. rc.4 was released and I tested against the new release with #1961 Progress but now getting. Obviously, if we don't care for paper now that fabric is support, we should close this? |
@jahead I think all libraries should definitely still support both architectures 😅 Do you want any help with debugging this or are you on a path to resolve the issue? |
Hey, tbh we will probably just turn on fabric if possible as a solution once re-integrating skia on our 0.73.0 branch gets back to the top of my stack. I will happily look into why the test project is broken though once i get home, and if I find a solution that requires a PR, I'll submit one. Though I'm not update to date with the JSI/Fabric changes in recent RN versions, so, we can only hope ;D |
Sure, let me know how it went and if I can help. |
Found an issue. I'll post a PR |
So an update. #1951 (comment) Was due to currently however once I ensured I was running the dev server, I was getting
Which react-native-web was also getting. You can trace the work done here reactwg/react-native-releases#64 (comment) I've applied the same patch with #1981 |
with #1981 and I'm sure if you want to keep this open until 0.73.0 is released, but my simple tests are working. |
I'm ok to close it for now, thank you for your support on this. |
Description
Currently testing this package on
0.73-rc.3
which might seem early - but if it's public it's ready for production... (:D joking)I'm getting the error.
At first rn was not respecting the fabric flag for whether it should be on, see facebook/react-native#41284.
I applied the patch using package-patch and forced fabric to be disabled and the problem persisted.
You can track progress for the release here reactwg/react-native-releases#64
Version
0.1.216
Steps to reproduce
npx react-native init RN073RC3 --version 0.73.0-rc.3
yarn add react-native-skia
yarn
yarn run ios
Snack, code example, screenshot, or link to a repository
https://github.com/jahead/rn-skia-73-test
The text was updated successfully, but these errors were encountered: