config-plugins
config-plugins copied to clipboard
Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
# Why react-native-branch config plugin versions were updated for SDK 53 here: https://github.com/expo/config-plugins/pull/272/files#diff-b98ca72eb81165713387e404eb29cb4508ed56f83630ba5e7755db0870a33706. This commit updates the dependency table in the README to match. # How n/a # Test Plan...
### Summary The README in these packages refer to version `10.0.0` when using Expo 53, but that version seems to be missing. [Npm shows](https://www.npmjs.com/package/@config-plugins/react-native-pdf?activeTab=versions) that versions skip `10.0.0` altogether ```console...
# Why Update readme # Test Plan No tests needed
# Why Remove the legacy `iAd.framework` from the react-native-adjust config plugin. According to [Apple's documentation](https://developer.apple.com/documentation/iad), iAd has been deprecated and is no longer supported. The framework should not be included...
# Why This PR adds support for the Meta (Facebook) install referrer plugin in the react-native-adjust config plugin. The Meta install referrer is required for tracking Facebook ad campaigns and...
Add documentation for the `iosUniversalLinkDomains` field. This field is defined [here](https://github.com/expo/config-plugins/blob/b368b0bfcb808fa724f14bd3ee7715d1cabb6fff/packages/react-native-branch/src/types.ts#L4) and used [here](https://github.com/expo/config-plugins/blob/b368b0bfcb808fa724f14bd3ee7715d1cabb6fff/packages/react-native-branch/src/withBranchIOS.ts#L51-L54).
Why The primary motivation for this update was to resolve the existing Prettier formatting issues that were preventing the PR from passing its automated checks. Addressing these ensures adherence to...
### Summary When using Expo 52 with config plugin 9.0.0 and expo-haptic set as separate dependecy in our `package.json`, the Android build fails because of duplicate classes. ``` "expo": "~52.0.14",...
### Summary The TypeScript definition for URLScheme in `expo/config-plugins` does not include CFBundleTypeRole, which causes a TypeScript error when trying to add this property to the CFBundleURLTypes array in `Info.plist`....
### Library https://www.npmjs.com/package/react-native-adjust ### Summary Library [email protected] Summary Do you plan to do it, or do you need help to contribute ? Any existing examples? No response ### Any existing...