Testing the rn-expo template with Storybook (SB) React Native tutorial.
The default setup expo init --template tabs@sdk-46
&& then sb init --type react_native
produces a broken SB build, so I wanted to trial my custom template.
Update 29/12/2022: This turned into a journey of full exploration about React Native. Building a feature-rich ToDo List app to learn React Native.