-
-
Notifications
You must be signed in to change notification settings - Fork 522
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
fix: error when building paper after fabric #2142
fix: error when building paper after fabric #2142
Conversation
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.
LGTM
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.
Yeah I think we are good here.
Before merging I would recommend creating fresh RN application, installing @react-navigation/native-stack
, react-native-safe-area-context
& our library from sourcecode & build Paper Android.
I'm wary here after recent release issues.
Yeah, I packed the lib w |
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.
Then we are good to go
## Description Currently when you build Fabric app and then Paper app Android Studio has errors about duplicated classes. This should resolve that issue. **Test:** Packed with `npm pack` and tested on new expo app. Seems that everything is fine.
Description
Currently when you build Fabric app and then Paper app Android Studio has errors about duplicated classes. This should resolve that issue.
Test:
Packed with
npm pack
and tested on new expo app. Seems that everything is fine.