Suvro Debnath
Results
1
comments of
Suvro Debnath
Temporary fix for bare react-native project: Go to _/android/app/build.gradle_ Add these two dependencies: ``` dependencies { ... implementation 'androidx.annotation:annotation:1.0.0' implementation 'com.facebook.android:audience-network-sdk:6.+' ... } ``` For more info: https://developers.facebook.com/docs/audience-network/setting-up/platform-setup/android/add-sdk