A working prototype of how to combine a fake Context Provider with Storybook
Below is a context-dependent component (CreateScreen) using a fake context provider (FakeNetworkProvider) in storybook (here) to simulate the creation of "things" in a database. In the real app, a real NetworkProvider would be used.