All Questions
14 questions
0
votes
1
answer
264
views
react-native - Why do I have to refresh to see the result of update image
I'm still a beginner in react. For now, I'm learning about react-native, I tried to upload a photo, but the screen only shows me undefined value on each data from redux.
Is there something wrong with ...
0
votes
0
answers
696
views
How to allow the sync local data and cloud from database for an mobile app?
Good morning everyone!
I am working on a project of mobile app, and for that I have to use a database and some functions to allow the sync between the local and server data and so allow an offline and ...
0
votes
0
answers
22
views
React Native and Redux Propert 'products' does not exist on type 'Default Reducer'
It says it doesn't exist , and I saw some ways to fix it but it was for people who used TypeScript something that I'm not using in this app.
Here is app js and the screen where the problem appears.
1
vote
0
answers
146
views
React Native + Redux new reducer doesn't exist until i reinstall the app
I have a React Native project that uses Redux as an When i add a new reducer in my code i need to reinstall the app to see the changes. Anybody knows what is happening?
I am also using Redux-Persist ...
0
votes
1
answer
97
views
Handle large number of rows in react native [closed]
TechStack:
React Native
Redux
One of my screen in react native app has list of people registered in the application. It can have thousands of rows. I am planning to have a infinite scroll. What i am ...
0
votes
1
answer
75
views
What is the limit of use of Redux in terms of performance?
I'm working on an application in React Native, with a lot of useless use of Redux, and once a person told me that it is good to avoid using Redux as much as possible, only use it in really necessary ...
0
votes
1
answer
153
views
Can't perform a React state update on an unmounted top Tab bar component
I cleared tabs, removed states, implemented empty components but still the same issues. it happens Only when I navigate to back menu
Warning: Can't perform a React state update on an unmounted ...
0
votes
1
answer
108
views
react native + redux (update status for other components to hear on the same screen)
I have a query with redux + react native ..
I have a redux state that contains data, that data is constantly changing.
I also have several components that need to read this data.
The question is that ...
0
votes
1
answer
137
views
Invariant error in react native cannot find store
i have been setting up redux for a react native application i have been working on for a few days. I keep getting invariant error could not find store in either the context or props. I have been ...
10
votes
3
answers
4k
views
Which library is better for offline support: redux-offline or react-native-offline?
Need suggestion on which library to use for a large react native mobile app using redux ? redux-offline or react-native-offline ?
I need to regularly check connection status, render view depending on ...
5
votes
1
answer
2k
views
App Release Crashes t is not a function
the debug mode working just fine and smooth. no any errors.
i spent more than 3 days but could not find a solution. please help and thanks in advance.
when it's about releasing the app from xcode the ...
1
vote
0
answers
177
views
How to connect dynamically defined navigator to redux in react-native
How to connect navigator created dynamically by the function call to redux?
Depending on the authorization status (token != null), initial route of LoginNavigator is changing.
Code:
App.js
import ...
0
votes
0
answers
30
views
Can't assign a variable the results of a function [duplicate]
I'm going through and adding a feature to code that exists and learning it at the same time, so heads up if I'm missing something big.
So I have this function:
export const LoadGrid = () => {
...
0
votes
1
answer
688
views
Error with connect in react-redux?
I am getting this error in my react-native/redux app, although I believe I have already wrapped the root component in a <Provider>:
"Could not find 'store' in either the context or props of '...