Rodrigo Torres

Results 9 comments of Rodrigo Torres

Same here: RN: 0.57.8 @redux-offline/redux-offline": 2.5.1 Debbuing on emulator or device it works fine, but when a build an apk and install it, don't work anymore I don't know how...

Configuring the store with redux-persist made it work. But now i'm facing a new problem. [https://i.imgur.com/4YlRFJn.png](https://i.imgur.com/4YlRFJn.png) Image subtitle: Red> the payload with the data saved offline. Black> the payload still...

@roshangm1 Now I'm getting this like that: ``` return (dispatch, getState) => { let offlineData = getState().maintenanceReducer.getAllMainsResp; dispatch({ type: GET_ALL_MAINTENANCES_SUCCESS, payload: offlineData, meta: { offline: { // the network action...

I'm facing the "The recovery server could not be contacted." message too on Fedora 36

@sanjayV that ```NgImageSliderComponent```has some method to set specific visible image? By now I have to use some hack with next() and prev()

> > 1. Open `Runner.xcodeproj` with Xcode; > > 2. Right-click on `Runner` in the Project Navigator on the left, and click `New File`; > > 3. Create a single...