Fabien
Fabien
**Is your feature request related to a problem? Please describe.** [Storysource](https://github.com/storybookjs/storybook/blob/master/addons/storysource) addon is not supported on react-native **Describe the solution you'd like** Makes react-native storybook server handle the loading of...
Intent and slots confirmation with samples prompts like seen in #358
It seems that arrays are not properly checked : ``` const myArray = ['']; ... {myArray[0] && ...} ``` doesn't throw any error. BTW, Thanks for this great plugin !