Skip to content

docs(website): update auto-linking info for macOS #678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion website/docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,10 @@ react-native link @react-native-async-storage/async-storage
For earlier versions check [manual linking](Linking.md)

#### macOS
For `macOS` the [manual linking](Linking.md) is currently the only linking option.
- **React Native macOS >= 0.63**
1. Set `platform :macos, '10.14'` in `macos/Podfile`
2. Install the pods
3. From now on [CLI autolink feature](https://microsoft.github.io/react-native-windows/docs/native-modules-autolinking) will link the module while building the app.

- **React Native Windows <= 0.62**
For earlier versions check [manual linking](Linking.md)