react-native-community / cli

React Native command line tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build android release but with JS dev flag enabled?

aljidy opened this issue · comments

commented

Ask your Question

I need to debug my release build but I'm unsure how to pass the dev flag as true to JS.

It may be in the bundle step this is set and there is a --dev flag here https://github.com/facebook/react-native/tree/main/packages/community-cli-plugin#options-1 however Im unsure how I could set that if I were using the run-android command.