This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Description
Describe the bug
From Android Documentation:
If your app targets Android 12 and contains activities, services, or broadcast receivers that use intent filters, you must explicitly declare the android:exported attribute for these app components.
launchdarkly-react-native-client-sdk depends on launchdarkly-android-client-sdk 2.14.1 which doesn't include this attribute (it was added on launchdarkly-android-client-sdk 3.0.1)
To reproduce
Install an app targeting Android 12 and using launchdarkly-react-native-client-sdk => App can't be installed
Expected behavior
The app installs properly on Android 12 devices
OS/platform
Android 12