Release Channels publish does not update JS on app

@dmongit are you using a babel plugin for the .env file’s values? It’s quite possible that metro (the bundler RN uses) is caching your transform results without rebuilding from the .env changes. There’s a --clear option on publish IIRC, which you can use to publish a fresh build. Might be worth a try.