Update "Setting up the development environment" documentation to recommend using a Ruby Version Manager after the introduction of Gemfile and .ruby-version #454
Adnan-Bacic
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I don't think they actually contradict each other. The template is "ready to work" with a Ruby Version manager. However, we recommend you use the standard Ruby on macOS, mostly because we want to reduce the number of steps needed to setup a new RN project. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently this proposal was accepted: #411
and version 0.67 of react-native comes with a
Gemfile
and a.ruby-version
.Inside the Gemfile there is a comment saying:
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
However the documentation for environment-setup says this:
You can use a Ruby Version manager, however we recommend that you use the standard Ruby available on macOS unless you know what you're doing.
I feel like these contradict each other. The documentation recommends not using a Ruby Version Manager while the project files do.
So i would propose to update the documentation to recommend using a Ruby Version Manager, similarly to the
Gemfile
.Beta Was this translation helpful? Give feedback.
All reactions