mirror of
https://github.com/status-im/status-web.git
synced 2025-01-10 20:56:25 +00:00
9e613244e0
* fix: issues with build after debugging expo app * feat: updates icons app and increases build version * fix: react-native-svg resolution * feat: multiple fixes and top bar implementation * fix: sidebar members animation Co-authored-by: marcelines <marcio@significa.co>
24 lines
350 B
JSON
24 lines
350 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 3.3.2"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal"
|
|
},
|
|
"production": {},
|
|
"simulator": {
|
|
"ios": {
|
|
"simulator": true
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|