Files
react-native-gifted-chat/example-expo/app.json
Xavier Carpentier c143b5f0fe Modified for flatlist (from #629) (#705)
Modified for FlatList
2018-05-30 16:37:00 +02:00

37 lines
891 B
JSON

{
"expo": {
"name": "gifted-chat-example",
"description": "Gifted Chat Expo Example",
"slug": "example-expo",
"privacy": "public",
"sdkVersion": "25.0.0",
"platforms": ["ios", "android"],
"version": "0.4.1",
"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"
}
}
]
}
}
}