We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf93b4 commit de5a93dCopy full SHA for de5a93d
2 files changed
example/android/settings.gradle
@@ -1,7 +1,3 @@
1
rootProject.name = 'example'
2
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
3
-include ':react-native-fbads'
4
-project(':react-native-fbads').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fbads/android/app')
5
-include ':react-native-fbsdk'
6
-project(':react-native-fbsdk').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fbsdk/android')
7
include ':app'
react-native.config.js
@@ -1,8 +1,9 @@
module.exports = {
- project: {
- ios: {},
- android: {
- "sourceDir": "android/app"
- }
+ dependency: {
+ platforms: {
+ android: {
+ sourceDir: 'android/app',
+ },
8
},
9
};
0 commit comments