-
Notifications
You must be signed in to change notification settings - Fork 144
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
Expo plug-in does not work #326
Comments
same here |
same here, any soultion? |
Same here. If I continue without the plugin, I get the following iOS error:
|
@ErikTromp same in android without the plugin
|
same problem, may I ask if anyone found a solution? Highly appreciate it, thank you! |
Hi, FB is now bidding only, so I moved to Iron Source instead. And here is an article to walk you through using plug-in in Expo to use MAX. I did not try it myself but the explaination is quite thorough. Once you setup MAX, you can use it to bid with FB and other ad networks. Cheers! |
I am using Expo (updated to Expo SDK 45), and once I add below plugin as specified in the instruction, an error of "Package "react-native-fbads" does not contain a valid config plugin". I would highly appreciate a complete installation guide for Expo. Many thanks!
{
"expo": {
"plugins": [
[
"react-native-fbsdk-next",
{
"appID": "48127127xxxxxxxx",
"clientToken": "c5078631e4065b60d7544a95xxxxxxxx",
"displayName": "RN SDK Demo",
"advertiserIDCollectionEnabled": false,
"autoLogAppEventsEnabled": false,
"isAutoInitEnabled": true,
"iosUserTrackingPermission": "This identifier will be used to deliver personalized ads to you."
}
],
"react-native-fbads"
]
}
}
The text was updated successfully, but these errors were encountered: