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 Adjust docs are changed and now it's recommended to use 'com.google.android.gms:play-services-ads-identifier:18.0.1'  Source: https://help.adjust.com/en/article/get-started-react-native-SDK#add-google-play-services Also, google services analytics is deprecated:  # Test Plan - Run `expo prebuild`...
### Library none ### Summary sometimes you want to indicate that some hardware features are not required by your app. In my case I am developing a simple RN app...
### Summary ENV INFO: OS: Win10 VSCODE vscode bash integrated terminal, gitbash as admin --- Following the setup from https://docs.expo.dev/build-reference/e2e-tests/ after running: ```sh eas build --platform all --profile test ```...
# Why According to the [callkeep library](https://github.com/react-native-webrtc/react-native-callkeep/blob/master/docs/android-installation.md#android-common-step-installation) to target android versions > 11, `android:foregroundServiceType="camera|microphone"` must be used # How # Test Plan
### Library https://github.com/adobe/aepsdk-react-native#installation ### Summary Hello, I'm trying to create config plugin for Adobe Mobile SDK (aepsdk-react-native). Anyone had luck creating config plugin to initialize the package [initializing](https://github.com/adobe/aepsdk-react-native?tab=readme-ov-file#initializing) ### Any...
### Library https://github.com/intercom/intercom-react-native ### Summary On this very README of expo config plugins there is [this plugin](https://github.com/cmaycumber/config-plugin-react-native-intercom) mentioned, which has been working great for the longest time. Unfortunately it is...
### Summary There is an open issue in detox regarding the 'protobuf-lite' of the 'androidx.test.espresso:espresso-contrib'. See https://github.com/wix/Detox/issues/3981 and https://github.com/wix/Detox/issues/3957. The solution that also works for me is to replace ```...
# Why The react-native-branch plugin used the `OnCreate` lifecycle hook to call `RNBranchModule.InitSession`. This caused the session to only be initialized on first start of the application and not when...
### Summary I receive this error when building eas expo development build for android ``` RUN_GRADLEW] FAILURE: [RUN_GRADLEW] Build failed with an exception. [RUN_GRADLEW] * Where: [RUN_GRADLEW] Settings file '/tmp/audrew/eas-build-local-nodejs/cbe9b70a-3176-42fd-b071-ecb5c8303f38/build/android/settings.gradle'...
# Why While Expo provides ways to request various permissions via different Expo modules there is a need for a generic permission library. The most popular permission library in React...