Closed
Description
I had issues generating a project because the init.sh script fails to run with the message
rbenv: no such command
exec' I had to rename the init.sh script under node_modules/react-native to init.rb and run it directly through rbenv (
rbenv exec node_modules/react-native/init.rb ProjectName`) to get it to work.
I'm not sure if this is an rbenv issue or an issue with my configuration, has anyone else had issues running react-native init
with rbenv installed?