Kristján Ingi Mikaelsson
Results
11
comments of
Kristján Ingi Mikaelsson
For anyone hitting this thread, the current implementation for **Bundle React Native code and images** worked for us: ```bash export NODE_BINARY=node export EXTRA_PACKAGER_ARGS='--entry-file apps/APP_NAME/src/main.tsx' export ENTRY_FILE='src/main.tsx' ../node_modules/react-native/scripts/react-native-xcode.sh ``` There seems...