Replies: 1 comment
-
What do you mean by that? There's no "web build" and "mobile build". |
Beta Was this translation helpful? Give feedback.
0 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'm developing a react native application that have
.native.tsx,.android.tsx,.ios.tsxfor mobile and.web.tsxfor web application. When I build the application usingbob buildcommand, it is compile both web and mobile code into one build. But what I need to do is exclude the.web.tsxfiles from the mobile build. Is there any specify way to handle this kind of situation? Following is my react-native-builder-bob configurations in the package.json.Beta Was this translation helpful? Give feedback.
All reactions