Play Store issue about Family Ads Program

Hi @notbrent thanks for the reply, but I believe you are wrong.

I have used android.enableDangerousExperimentalLeanBuilds before, tried to submit to Play Store and it was still rejected with the reason that I was using Facebook Ads SDK (which is not in my package.json).

I even opened an issue mentioning this as another thread (How to remove non-certified ads SDK to fix Play Store issue with Family Ads Program).

Here is my package.json dependencies list. Is there anything in there that could have Facebook Ads SDK as a subdependency?

"dependencies": {
    "expo": "^39.0.0",
    "expo-splash-screen": "~0.6.2",
    "expo-status-bar": "~1.0.2",
    "expo-updates": "~0.3.2",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-native": "~0.63.3",
    "react-native-gesture-handler": "~1.7.0",
    "react-native-reanimated": "~1.13.0",
    "react-native-screens": "~2.10.1",
    "react-native-unimodules": "~0.11.0",
    "react-native-web": "~0.13.7",
    "@expo/samples": "~3.0.0",
    "@expo/vector-icons": "^10.0.0",
    "@react-navigation/web": "^1.0.0-alpha.9",
    "expo-asset": "~8.2.0",
    "expo-av": "~8.6.0",
    "expo-constants": "~9.2.0",
    "expo-font": "~8.3.0",
    "expo-linear-gradient": "~8.3.0",
    "expo-web-browser": "~8.5.0",
    "react-navigation": "^3.11.0"
  },
  "devDependencies": {
    "@babel/core": "~7.9.0",
    "babel-jest": "~25.2.6",
    "jest": "~25.2.6",
    "react-test-renderer": "~16.13.1",
    "babel-eslint": "^10.1.0",
    "babel-preset-expo": "^8.3.0",
    "eslint": "^6.8.0",
    "eslint-plugin-react": "^7.19.0",
    "jest-expo": "^39.0.0"
  },