Skip to content

Commit e99edf0

Browse files
authored
docs(website): update auto-linking info for macOS (#678)
Since React Native for macOS 0.63, autolink works (as long as `platform :macos, '10.14'` is set in Podfile See #587
1 parent 29c1a28 commit e99edf0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

website/docs/Installation.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,10 @@ react-native link @react-native-async-storage/async-storage
5151
For earlier versions check [manual linking](Linking.md)
5252

5353
#### macOS
54-
For `macOS` the [manual linking](Linking.md) is currently the only linking option.
54+
- **React Native macOS >= 0.63**
55+
1. Set `platform :macos, '10.14'` in `macos/Podfile`
56+
2. Install the pods
57+
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.
58+
59+
- **React Native Windows <= 0.62**
60+
For earlier versions check [manual linking](Linking.md)

0 commit comments

Comments
 (0)