Hi people i was looking at the documentation for the first time as i was looking on how to get started with React native and the following line stuck out to me as weirdly phrased
Setting up your environment is not required if you're using a Framework. With a React Native Framework, you don't need to setup Android Studio or Xcode as a Framework will take care of building the native app for you.
an Alternative and More Concise Version could be
"with the React Native framework, you don't need to set up Android Studio or Xcode because the framework handles the native app building process for you."
OR
""Setting up your environment is not required if you're using a Framework. With a React Native Framework, you don't need to set up Android Studio or Xcode as it will take care of building the native app for you."
this is from the following page : here
this is a small QOL change i can do it myself as well and do a PR. please advise
Hi people i was looking at the documentation for the first time as i was looking on how to get started with React native and the following line stuck out to me as weirdly phrased
Setting up your environment is not required if you're using a Framework. With a React Native Framework, you don't need to setup Android Studio or Xcode as a Framework will take care of building the native app for you.
an Alternative and More Concise Version could be
"with the React Native framework, you don't need to set up Android Studio or Xcode because the framework handles the native app building process for you."
OR
""Setting up your environment is not required if you're using a Framework. With a React Native Framework, you don't need to set up Android Studio or Xcode as it will take care of building the native app for you."
this is from the following page : here
this is a small QOL change i can do it myself as well and do a PR. please advise