I'm doing an app on react native & I'm creating views with redux
but I'm having this problem
If someone could help me ...
this is my code
import React, { Component } from 'react'
import { Provider, connect } from 'reac...
I'm starting in the world of redux at work but I do not finish catching it well and there is no one who can help me out.
I created the store in the app.js some test actions and their corresponding reducers, but when I send the data I'm not sa...
I have a question, I'm doing an app with React Native and Redux, similar to what Twitter is. In the Home a timeline of tweets is loaded of which when I play in one of them, I have to show that particular tweet. The problem is that when I click o...