Lines Matching refs:autolinking
15 …n be found in the [`expo-modules-autolinking`](https://github.com/expo/expo/tree/main/packages/exp…
29 <Terminal cmd={['$ npx expo-modules-autolinking search']} />
57 <Terminal cmd={['$ npx expo-modules-autolinking resolve --platform <ios|android>']} />
91 <Terminal cmd={['$ npx expo-modules-autolinking verify']} />
99 - `expo.autolinking` config object in application's **package.json**
100 - per platform overrides with `expo.autolinking.ios` and `expo.autolinking.android` objects
107 A list of paths relative to the app's root directory where the autolinking script should search for…
114 "autolinking": {
123 <Terminal cmd={['$ npx expo-modules-autolinking search ../../packages']} />
130 A list of package names to exclude from autolinking. These packages will not be autolinked even if …
132 The following config in **package.json** will exclude `expo-random` from autolinking on Android:
137 "autolinking": {
167 "autolinking": {
184 ### How to set up the autolinking in my app?
191 …ted platforms in the `platforms` array — if the platform for which the autolinking algorithm is ru…
193 ### How is it different from React Native autolinking?