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

### Library I am not sure ### Summary Here is a gist that I found on the internet, Could we make it part of this config plugins repo? https://gist.github.com/Hirbod/07c6641970c9406ff35a7271dda1f01c ###...

enhancement

### Summary hi i was using this config-plugin in order to support react-native-pdf according to this documentation https://github.com/expo/config-plugins/tree/main/packages/react-native-pdf#config-pluginsreact-native-pdf . my project was working fine 14 days back , in the...

bug

# Why Fixes [#1569](https://github.com/react-native-webrtc/react-native-webrtc/issues/1567) # How `react-native-webrtc` already forcing to use the correct event-target-shim module [#1515](https://github.com/react-native-webrtc/react-native-webrtc/pull/1515). # Test When `event-target-shim` is requested by `react-native-webrtc`, Metro by default resolves `event-target-shim` relative...

# Why This option is to enable background streaming using react-native-google-cast. https://github.com/react-native-google-cast/react-native-google-cast/blob/main/src/api/useCastSession.ts > This is primarily targeted at iOS which by default [suspends sessions when backgrounded](https://developers.google.com/cast/docs/reference/ios/interface_g_c_k_cast_options#a0edf44953049a7d888847745a387c9dc). Alternatively, you can set...

# Why Hi! First of all, thanks for your work. I'm a huge fan of Expo. I wanted to use `react-native-dynamic-app-icon` for creating icon A/B testing in my App Store...

# Why To use google maps with `react-native-maps`, native code including the google maps api key needs to be included in the build. # How This plugin was built by...

# Why Branch has a handy **test mode** that lets developers test their implementation in a sandbox, preventing data pollution in the `live` environment. At the moment this config plugin...

### Summary I am trying to integrate my branch.io project with my react native expo project. I am using expo sdk 51 with @config-plugins/react-native-branch 8.0.0 Expected to build directly on...

bug

### Library https://github.com/expo/config-plugins/tree/main/packages/react-native-branch ### Summary When using Branch with the expo config-plugin, the plugin takes in an `apiKey` parameter. This adds an entry to the `info.plist` for: ``` branch_key live...

enhancement

### Summary I am trying to use `IOSConfig.XcodeUtils.addResourceFileToGroup` to add a font to my widget. I expect the second checkbox to be selected after I run prebuild. Code I am...

bug