2019-07-19 13:09:02 +09:00

23 lines
484 B
JSON

{
"expo": {
"sdkVersion": "33.0.0",
"platforms": [
"ios",
"android"
],
"androidStatusBarColor": "#C2185B",
"androidStatusBar": {
"barStyle": "light-content",
"backgroundColor": "#C2185B"
},
"assetBundlePatterns": [
"**/*"
],
"packagerOpts": {
"config": "metro.config.js"
},
"name": "crna-kitchen-sink",
"slug": "crna-kitchen-sink",
"githubUrl": "https://github.com/storybookjs/storybook/"
}
}