mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-01-12 22:50:22 +08:00
37 lines
891 B
JSON
37 lines
891 B
JSON
{
|
|
"expo": {
|
|
"name": "gifted-chat-example",
|
|
"description": "Gifted Chat Expo Example",
|
|
"slug": "example-expo",
|
|
"privacy": "public",
|
|
"sdkVersion": "32.0.0",
|
|
"platforms": ["ios", "android"],
|
|
"version": "0.5.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true
|
|
},
|
|
"androidStatusBar": {
|
|
"backgroundColor": "#000000"
|
|
},
|
|
"hooks": {
|
|
"postPublish": [
|
|
{
|
|
"file": "sentry-expo/upload-sourcemaps",
|
|
"config": {
|
|
"organization": "xavier-carpentier-sas",
|
|
"project": "giftedchat",
|
|
"authToken": "d32ac87517964ac2b5b778bf5c7b544e59dcab60d1df4fafb6fab65a9d8019ff"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|