Update crna-kitchen-sink metadata

This commit is contained in:
Benoit Dion 2019-03-19 07:42:30 -04:00
parent 754f2ffa87
commit 3e9303a5c3

View File

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