Posts by Taís Regina Moraes Castão • 1 point
2 posts
-
0
votes1
answer153
viewsA: React Native with Navigationactions Redux Saga and Reactotron
After giving an npm install and changing the file that exports the store the app started running again. import {createStore, applyMiddleware, compose} from 'redux'; import createSagaMiddleware from…
react-nativeanswered Taís Regina Moraes Castão 1 -
-1
votes1
answer153
viewsQ: React Native with Navigationactions Redux Saga and Reactotron
Good afternoon, I was trying to do a navigation inside a Redux action with the following code: export function* searchByID(action) { try { console.log('action', action); const response = yield…