Creating a Custom Build for react native - facebook ads
expo install react-native-fbsdk-next react-native-fbads
npm install -g eas-cli
npx expo install expo-dev-client
In app.json add this
"plugins": [
[
"react-native-fbsdk-next",
{
"appID": "48127127xxxxxxxx",
...
mrboom.hashnode.dev2 min read