Skip to content
Merged
Prev Previous commit
Note ffi may already be installed
Some versions of Ruby may not require the `ffi` to be manually installed, which is noted with this commit.
  • Loading branch information
SiobhyB authored May 17, 2022
commit a2dd84e9b3faec47d6bf9b4dfc093128a9911894
2 changes: 1 addition & 1 deletion docs/contributors/code/react-native/osx-setup-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ arch -x86_64 pod install

#### Ruby Manager

It may not be necessary to manually install Cocoapods if you're using a Ruby Version manager. Please refer to your chosen manager's documentation for guidance.
It may not be necessary to manually install Cocoapods or the `ffi` package if you're using a Ruby Version manager. Please refer to your chosen manager's documentation for guidance.

[`rbenv`](https://github.com/rbenv/rbenv) is the recommended manager if you're running Gutenberg from within [the WordPress iOS app](https://github.com/wordpress-mobile/WordPress-iOS) (vs. only the demo app).

Expand Down