config-plugins icon indicating copy to clipboard operation
config-plugins copied to clipboard

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.

Results 80 config-plugins issues
Sort by recently updated
recently updated
newest added

### Summary Hello 👋 I'm using "@config-plugins/react-native-branch": "^7.0.0" and "react-native-branch": "^6.1.0" in my expo managed mobile app. However in my branch events (Install, Reinstall, Login etc.) I don’t see any...

bug

### Summary Facing issue while using "@config-plugins/[email protected]", in my expo version 50, so i downgraded to "8.0.0". Then my application is getting crashed, when i integrated getstream.io. Below is how...

bug

### Summary I am trying to integrate my branch.io project with my react native expo project. I am using expo SDK 50 with @config-plugins/react-native-branch 6.0.0 When I click on a...

bug

# Why This plugin simplifies the process of implementing per-app language preferences in your React Native Android app. It allows users to set a specific language for your app, independent...

# Why To support configuring the iOS `startDiscoveryAfterFirstTapOnCastButton` and `physicalVolumeButtonsWillControlDeviceVolume` options. There are known issues regarding Cast device discovery with recent `google-cast-sdk` versions (v4.8.0/1) and `react-native-google-cast` libraries. The advice to...

# Why The extra fixtures are useful when testing config plugins that make modifications to those files. # How The Java entrypoints were a little harder to get a hold...

# Why We needed to integrate `react-native-global-keyevent` into an Expo app for a client project, and `react-native-keyevent` was unfortunately not suitable. # How Extracted the config plugin from a client...

### Library https://github.com/react-native-google-cast/react-native-google-cast ### Summary The expo plugin just got [added ](https://github.com/react-native-google-cast/react-native-google-cast/pull/522)to the project itself, so there is no need for it being included in this project. ### Any existing...

enhancement

### Summary EAS Build for iOS fails when using Expo SDK from 53, @config-plugins/react-native-branch (v10.0.0) and react-native-branch. The error is: ``` error: cannot find type 'RCTBridge' in scope AppDelegate.swift: override...

bug

# Why The READMEs for various plugins reference an unpublished package versions for expo 53. It appears that https://github.com/expo/config-plugins/pull/272 and https://github.com/expo/config-plugins/commit/2387fa9bd7b21e7d1f0b7269145c04cfe4f1ba55 both incremented the package.json versions before publishing, but READMEs...