When I do a build as follows
eas build -p android --local;
the .aab file that is generated when uploaded does not have the billing permissions.
I”m using the latest expo for react native. How do I get billing permissions to show up?
I”ve also added this is in my packages.json
"react-native-purchases": "^7.0.0",
my partial app.json
"android": {"versionCode": 316,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"permissions": [
"android.permission.RECORD_AUDIO",
"com.android.vending.BILLING"
]
Question
Billing permissions is not being added after building

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.