-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 for React Native New Architecture #31
Comments
I have tried the new architecture in the past, but due to the lack of support from the React Native team and poor documentation, I haven't been able to find a suitable replacement for some of the APIs used in this library, such as event emission from native code to JavaScript. As a result, I've decided to give up. With RN 0.76, things may have changed, but I need to review it again. |
@douglasjunior Thank you for your response. I'd appreciate any updates or an estimated timeline. |
@douglasjunior |
@Mahmood-AlHajjo in case it helps ! I managed to use this package with the new architecture using the Interop Layer. You will have to edit module.exports = {
project:{
android: {
unstable_reactLegacyComponentNames: [ "RNPdfRendererView" ]
},
ios: {
unstable_reactLegacyComponentNames: [ "RNPdfRendererView" ]
}
},
}; @douglasjunior can that be added to the documentation as a workaround while waiting for new architecture support 🙏 Let us know if help is needed supporting the new architecture. |
Will react-native-pdf-renderer support React Native's new architecture ?
If not yet, are there plans to implement it, and is there an estimated timeline?
Thanks!
The text was updated successfully, but these errors were encountered: