2019-03-19 21:05:45 -04:00

23 lines
483 B
JSON

{
"expo": {
"sdkVersion": "32.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/storybooks/storybook/"
}
}