-
Notifications
You must be signed in to change notification settings - Fork 717
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
Separate uilib-native package #3304
base: master
Are you sure you want to change the base?
Conversation
@ethanshar, this change does potentially break public users that use our native components, an error will appear only when such component is used (tested with the fix below*). This happens because they do not have the
|
@M-i-k-e-l |
@M-i-k-e-l |
Description
Decouple uilib-native (lib) components from uilib src components
This is in order to support mini-bundles and eventually code push
The fact that uilib-native's native part is in one package but the JS components is in anohter (react-native-ui-lib) was causing an issue
This PR separates the two without a breaking change to the community (they won't be required to install
uilib-native
package)Changelog
Decouple uilib's native components from its JS library
Additional info