From a2e2cf1fc6562b9afa612068b8dbcedffff7ccd5 Mon Sep 17 00:00:00 2001 From: Orta Date: Wed, 24 Apr 2019 17:15:16 -0400 Subject: [PATCH] Update autolinking.md --- docs/autolinking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/autolinking.md b/docs/autolinking.md index 23cde5620..4be45cde1 100644 --- a/docs/autolinking.md +++ b/docs/autolinking.md @@ -41,7 +41,7 @@ See implementation of [native_modules.gradle](https://github.com/react-native-co You’re already using Gradle, so Android support will work by default. -On the iOS side, you will need to ensure you have a Podspec to the root of your repo. The `react-native-webview` Podspec is a good example of a [`package.json`](https://github.com/react-native-community/react-native-webview/blob/master/react-native-webview.podspec)-driven Podspec. +On the iOS side, you will need to ensure you have a Podspec to the root of your repo. The `react-native-webview` Podspec is a good example of a [`package.json`](https://github.com/react-native-community/react-native-webview/blob/master/react-native-webview.podspec)-driven Podspec. Note that CocoaPods does not support having `/`s in the name of a dependency, so if you are using scoped packages - you may need to change the name for the Podspec. ## How can I customize how autolinking works for my package?