42 lines
878 B
JSON
42 lines
878 B
JSON
{
|
|
"expo": {
|
|
"name": "Vegas Blackjack",
|
|
"slug": "vegas-blackjack",
|
|
"scheme": "blackjack",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#0b1f17"
|
|
},
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"@stripe/stripe-react-native",
|
|
{
|
|
"merchantIdentifier": "merchant.com.blackjack.vegas",
|
|
"enableGooglePay": true
|
|
}
|
|
]
|
|
],
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "00000000-0000-0000-0000-000000000000"
|
|
}
|
|
},
|
|
"ios": {
|
|
"bundleIdentifier": "com.devbeni.vegas-blackjack"
|
|
},
|
|
"android": {
|
|
"package": "com.devbeni.vegasblackjack"
|
|
}
|
|
}
|
|
}
|