Saeid reza
Saeid reza
Is there any way to have a history from the outbox? because each time we connect to internet the outbox become empty as it should be. But we can not...
Hi, First of all thanks for your effort for making this component. I used your nice component on the my react native(0.60.5) project and it is working fine on iOS,...
I am using this component in IOS and I configured everything according to the guild lines. However my problem is that the token is undefined. In other words, it says...
@doranteseduardo : Thanks for your effort to make thins nice component. However, I have the following problem. ## Environment Please provide the following information about your environment: 1. Development OS:...
Hi, I am using this package in both IOS and Android and it is working well. But there is a problem in the following case of IOS. If the user...
Hello, thanks for your nice lib! I am using the lib as the following: ``` import {offline} from '../../components/redux-offline'; import offlineConfig from '../../components/redux-offline/lib/defaults'; import {applyMiddleware, compose, createStore} from 'redux'; import...
Hello, I am trying to use the exact example code as below, but I am getting the error of: TypeError: Cannot read properties of undefined (reading 'google') ``` This error...