I need to test the view of my application based on api response. That's why I need to set up the same cookie as for my app and for api call (eg. like to be the same unauthorised user).
I've tried to implement @react-native-community/cookies, but they needed to be mocked.
Is there a way of doing like that? Any ideas?