All Questions
147 questions
-1
votes
0
answers
27
views
How to trigger an update request only if a user changes settings in a modal (React Native Expo 52 with Redux)?
I’m working on a React Native application using Expo SDK 52. In my app, I have a modal that allows users to update certain settings. The values in the modal are managed using a Redux slice. Here's ...
1
vote
1
answer
36
views
TypeError: 0, _redux.combineReducers is not a function (it is undefined)
I'm trying to upgrade redux on my react-native project (uses Expo SDK 52) to these versions:
react-redux 8.0.7 ❯ 9.1.2
redux 4.2.1 ❯ 5.0.1
redux-thunk 2.4.2 ❯ 3.1.0
When ...
0
votes
0
answers
23
views
it's ensured but conitnue with error - Error: could not find react-redux context value; please ensure the component is wrapped in a <Provider>
I'm having trouble in my index.jsx and _layout.jsx in my expo app with react native. I tried to do some things but any of then worked for me.
index.js
import store from '../redux/store.js';
import { ...
1
vote
1
answer
49
views
React-Redux could not find Redux context value when using useSelector
I created a store and authreducer and every thing works as expected
but when I add the useSelector in app.js I get this error:
ERROR Error: could not find react-redux context value; please ensure
...
-1
votes
1
answer
461
views
This Suspense boundary received an update before it finished hydrating. React Native, Expo router, Redux, Supabase
Started development server on Expo, opened on browser on localhost:8081, expected the app to render but got an error:
This Suspense boundary received an update before it finished hydrating. This ...
2
votes
2
answers
475
views
How how update redux store from layout file in react native expo
I'm building an expo-app and I manage state with react-redux, so my <Provider> in is in the top level _layout file.
My problem is I'm working with expo notification and I need to get the title, ...
4
votes
1
answer
6k
views
How can I Add Redux Toolkit to Expo (sdk 50) Project?
I'm having issues understanding how to implement redux store on expo project because of how it's routing and navigation works.
I don't really know how and where to provide the store.
my project is ...
1
vote
2
answers
846
views
Error with Redux Toolkit createSlice function in React Native (EXPO)
I'm encountering an issue in my Expo project where I get the following error:
TypeError: 0, _toolkit.createSlice is not a function (it is undefined), js engine: hermes
at ContextNavigator (http://...
0
votes
1
answer
208
views
Pusher channel in React Native + Redux does not use updated state
I'm using pusher-websocket-react-native to create a real-time chat for a mobile application on Expo.
I noticed that whenever I subscribe to a presence channel, it maintains its own state which means ...
5
votes
2
answers
4k
views
Redux DevTools with Expo 49 beta (React Native & Hermes engine)
2024 EDIT:
There's a new and better way to use Redux and Expo now! Check this out:
redux-devtools-expo-dev-plugin: https://github.com/matt-oakes/redux-devtools-expo-dev-plugin
I'm using Expo 49 Beta (...
0
votes
1
answer
98
views
ERROR Error: Actions must be plain objects. Instead, the actual type was: 'undefined'
I am trying to access user location when they click on a button but I keep getting an error,
ERROR Error: Actions must be plain objects. Instead, the actual type was: 'undefined'. You may need to add ...
1
vote
0
answers
170
views
Is there a way for the Redux Debugger plugin in Flipper to always select the most recent action in the log?
I've recently set up the Redux Debugger plugin in Flipper and I'm using it with an Expo-managed React Native app. Does anyone know if there's a way to have the list of redux actions in the main pane ...
0
votes
1
answer
42
views
React Native: How to Access Data in Nested Array?
I am trying to access the data in the Array using redux, but I keep getting the Data is undefended ,
when I use only object it works but when I use objects inside array it does not work.
here is my ...
0
votes
1
answer
457
views
Problem with redux-toolkit (createAsyncThunk) in react native expo app
My problem is on redux-toolkit on a react-native application with Expo.
To put you in the context I am quite a beginner.
Here is my code :
export const fetchStationsInformations = createAsyncThunk(
&...
0
votes
1
answer
2k
views
receiving Invariant Violation: Failed to call into JavaScript module method AppRegistry.runApplication(). after implementing redux into my app
Receiving this error. Invariant Violation:
Failed to call into JavaScript module method
AppRegistry.runApplication(). Module has not been registered as
callable. Registered callable JavaScript ...