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.tsx
for mobile and.web.tsx
for web application. When I build the application usingbob build
command, it is compile both web and mobile code into one build. But what I need to do is exclude the.web.tsx
files 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