callstack / react-native-brownfield

Set of helpers to make your brownfield integration smooth and easy.
MIT License
241 stars 14 forks source link

Add usage of npm instead of yarn as an option to the bundle-ios command #31

Closed bmigirl closed 4 years ago

bmigirl commented 4 years ago

The index.js file containing require('./build') is needed here in order for yarn not to fail on first installation, when the build folder doesn't yet exist.