Closed trev91 closed 6 years ago
The error seems pretty clear. You need to stop passing those props through. This is happening because of the way you are using withNetworkConnectivity
. You also don't seem to be specifying a state
param to the reduxified navigator, which is required.
I've started a new app that's pretty barebones. I've started it with Expo and Redux. Since the new updates to the API I've encountered this error:
I've looked at the updated documentation and cannot figure out what's going on here. Anyone else encounter this error?
Here's my code for reference: