Skip to content

Commit

Permalink
docs: Link to React Native CLI documentation
Browse files Browse the repository at this point in the history
Avoid confusion that may be caused by linking to the default Expo
documentation found on the React Native website. Instead, link to the
React Native CLI variant, which is what the `gutenberg-mobile` project
utilizes.
  • Loading branch information
dcalhoun committed Jan 11, 2024
1 parent e1219bb commit f6ec1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For a developer experience closer to the one the project maintainers currently h
- CocoaPods (`sudo gem install cocoapods`) needed to fetch React and third-party dependencies.
- [Carthage](https://github.com/Carthage/Carthage#installing-carthage) for Appium to be able run iOS UI tests

Depending on your setup, there may be a few configurations needed in Android Studio and Xcode. Please refer to [React Native's documentation](https://reactnative.dev/docs/environment-setup) for the latest requirements for each development environment.
Depending on your setup, there may be a few configurations needed in Android Studio and Xcode. Please refer to [React Native's documentation](https://reactnative.dev/docs/environment-setup?guide=native) for the latest requirements for each development environment.

Note that the OS platform used by the maintainers is macOS but the tools and setup should be usable in other platforms too.

Expand Down

0 comments on commit f6ec1a4

Please sign in to comment.