add lib for mini app but dont want add for host app #974
Unanswered
HongQuang231
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
hey @HongQuang231
If you don't use the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a problem when I want to add a lib that needs to pod install for the mini-app, my host app also installs lib that looks like a mini app,
for example i use react-native-pdf for my mini-app, I pod install for my mini app, and but when I run host app with the mini app, my host app need to install lib react-native-pdf and install look like mini app.
i don't want to install lib for my host app. Is there any way to handle problem?
Beta Was this translation helpful? Give feedback.
All reactions