Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook ads not working in the app #346

Open
puneetkansal04 opened this issue Dec 16, 2022 · 0 comments
Open

Facebook ads not working in the app #346

puneetkansal04 opened this issue Dec 16, 2022 · 0 comments

Comments

@puneetkansal04
Copy link

I am using facebook ads but ads are not visible in my apps. As it is showing me idle on status on the facebook ads as i also tried with different versions but still facebook ads are not visible

{
"name": "testapp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.12.1",
"@react-native-firebase/app": "^15.7.0",
"@react-native-firebase/database": "^15.7.0",
"@react-native-firebase/firestore": "^15.7.0",
"@react-native-masked-view/masked-view": "^0.2.8",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/drawer": "6.1.8",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.2",
"axios": "0.26.0",
"pretty-format": "^29.2.0",
"react": "18.1.0",
"react-native": "0.70.3",
"react-native-event-listeners": "^1.0.7",
"react-native-fbads": "^7.0.5",
"react-native-fbsdk": "^3.0.0",
"react-native-gesture-handler": "^2.7.1",
"react-native-reanimated": "^2.11.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-vector-icons": "^9.2.0",
"react-native-webview": "^11.23.1",
"react-redux": "^8.0.4",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "0.72.3",
"react-test-renderer": "18.1.0"
},
"jest": {
"preset": "react-native"
}
}

My apps package.json file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant