mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:31:13 +08:00
Issue: N/A ## What I did Update expo requirement from `^24.0.2` to `^30.0.1` for `crna-kitchen-sink` example. Also remove [`crna`](https://github.com/react-community/create-react-native-app)'s `react-native-scripts` to use `expo`. Motivation: I tried to use `crna-kitchen-sink`, but [I got stuck in "Starting packager"](https://github.com/react-community/create-react-native-app/issues/203). PS: `whatwg-fetch` was added to fix this issue: ["Can't Find Variable Self"](https://stackoverflow.com/questions/52269560/react-native-expo-cant-find-variable-self)
13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"expo": {
|
|
"sdkVersion": "30.0.0",
|
|
"platforms": ["ios", "android"],
|
|
"androidStatusBarColor": "#C2185B",
|
|
"androidStatusBar": {
|
|
"barStyle": "light-content",
|
|
"backgroundColor": "#C2185B"
|
|
},
|
|
"assetBundlePatterns": ["**/*"]
|
|
}
|
|
}
|