We're trying to build a native module, react-native-node-api, that treats both Expo and non-Expo apps as equal citizens, but our options for providing a good DX are limited on the non-Expo side because – as far as I can tell by searching – the RNC CLI templates do not source from .env
or .env.local
in their Gradle and Xcode build scripts.
Resources: