Create a React Native app on an Android emulator.

Charles Stover
6 min readSep 11, 2018

This is the challenge I had to tackle this week, in an enterprise setting. Bootstrapping a React Native project with create-react-native-app, having it be live-testable on the same machine with an Android emulator, and doing this all within the confounds of a high-security, non-permissive corporate setting (namely, using proxies).

--

--