Is it possible to configure an initial state of the redux store in react-native-debugger?
I'm imagining pointing it towards a JSON file on my disk or something like that.
This would allow be to have arbitrary places in user journeys as my starting point, that require a complex state of the redux store to already be present.