feat: initialize mobile blackjack app with authentication and game features
This commit is contained in:
35
app.json
Normal file
35
app.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user