v6.0.1-alpha.5
Pre-release
Pre-release
Features
- you can now specify a config location and you can change the folder name #278
- note that this folder should still contain all the same files
—absolute
option will use absolute imports in the requires.js file- paths in general should work better with the watcher and get stories script
- choosing an initial selection is now easier and is correctly typed #274
Breaking changes (since previous alpha):
- In main.js stories are relative from the config directory and no longer add "../", this should fix absolute paths and other bugs #278
- make sure to update your paths if you were using v6.0.1-alpha.3
sbn-get-stories
andsbn-watcher
are nowsb-rn-get-stories
andsb-rn-watcher
so make sure to update these if you were using v6.0.1-alpha.3- @react-native-async-storage/async-storage is now a peer dependency and is required
- AsyncStorage is no longer needed as an option to getStorybookUI