-
Notifications
You must be signed in to change notification settings - Fork 152
Support Windows New Arch using TurboModule #227
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
base: master
Are you sure you want to change the base?
Support Windows New Arch using TurboModule #227
Conversation
@@ -0,0 +1,16 @@ | |||
// @flow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The index file should be modified to be:
export default RNPrint from './codegenSpecs/NativeRNPrint';
Or something like that.
@anupriya13 Thank you so much for this PR! I am going to carve out sometime to bring the ios and android packages up to date as well so we can push these changes together. |
@christopherdro Hold on before merging this PR! Looks like we can improve this implementation- will turn this PR to draft and work in progress. |
Added support to Windows New Arch.
print.mp4