config-plugins
config-plugins copied to clipboard
Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
### Summary I buid a simple app with a native date picker, install the apk. and run npx expo start --dev-client Everything is ok. I install : npx expo install...
### Summary when runing android detox e2e tests with @config-plugins/detox, failed with this error: `No instrumentation runner found on device emulator-12622 for package *`. detox testing works fine for ios....
### Summary Some android phones do not allow Bluetooth Scan. The issue is with permissions, although it's so confusing, and so poorly documented, that I havn't got to the bottom...
# Why To implement Adjust [SDK Signature](https://github.com/adjust/react_native_sdk#sdk-signature), the Adjust team generates and provides two custom libraries that need to be integrated in the iOS and Android native projects. This PR...
### Library https://google.com ### Summary I need add this line: maven { url "https://cdn.veriff.me/android/" } to my build.gradle when app is pre-build. How to use in: import { withProjectBuildGradle, AndroidConfig...
### Library https://www.npmjs.com/package/@snapchat/snap-kit-react-native ### Summary A Snapchat SnapKit config plugin would be great! Would allow us to use Snapchat's React Native package and it's forgo its complex setup process. (https://docs.snap.com/snap-kit/creative-kit/Tutorials/react-native#step-2-update-your-androidmanifestxml-file)...
### Summary Hey there, I'm currently trying to install `ffmpeg-kit-react-native` using the config plugin. It seems there's a small dependency (or documentation?) issue: after installing `ffmpeg-kit-react-native` and `@config-plugins/ffmpeg-kit-react-native`, `eas build`...
# Why I wanted to enable Test Butler with Detox on Android. This requires modification of some of the same files/lines as `@config-plugins/detox` so I was not able to develop...
### Library @config/react-native-ble-plx ### Summary Unable to resolve module fs from /Users/user/Downloads/expo-speech-to-text-main/node_modules/@config-plugins/react-native-ble-plx/node_modules/@expo/config-plugins/build/utils/XML.js: fs could not be found within the project or in these directories: How can i resolve this? ###...
### Summary *The problem:* -> My app location permission is returning on request `never_ask_again`. -> I added ACCESS_FINE_LOCATION on `app.json` file. But the Google Play refuses the App due double...