You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/Installation.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -51,4 +51,10 @@ react-native link @react-native-async-storage/async-storage
51
51
For earlier versions check [manual linking](Linking.md)
52
52
53
53
#### 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