While developing on React Native, the bundler will try to build the lib.
It fails due to missing babel-present-env missing dependency. I added the dep to my project, it fixed the issue.
I'm not sure about this but maybe you should rename the build script to not trigger React Native build process.
While developing on React Native, the bundler will try to build the lib. It fails due to missing
babel-present-env
missing dependency. I added the dep to my project, it fixed the issue.I'm not sure about this but maybe you should rename the
build
script to not trigger React Native build process.