mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
23 lines
484 B
JSON
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/"
|
|
}
|
|
} |