Ken

Results 24 comments of Ken

@kiveemusic9 , check your mobile's app management, energy saver plan. Some mobile will auto kill the app to save energy/power/battery, until you change the settings to be never killed/or always...

the `readme` really should use highlight the below statement ``` Currently, only user-initiated sending of an SMS is supported. This means you can't use react-native-sms to send an SMS in...

update: 1. about which is which sms, I resolved it by passing an additional parameter through `putExtra` and `getExtra` when broadcasting 2. about callback is triggered multiple times, since code...

Hi @antoniomefa . I have to change the source code of react-native-get-sms-android. When sending sms, I passed sms id. so when android broadcast sms sent/delivery status, it reports the result...

@PetrShchukin , > Switched to hooks, works for me. Do you mean you did not use `redirect`, right?

Thanks for your advice, @PetrShchukin Now I use the same way. Did not release actually you can ask google to redirect to any page in the backend ```ruby def google_oauth2_callback...

No Luck, I used html2canvas and jsPDF in the end. `html2pdf.js` seems quite inactive now.

``` ``` it works for me in `react` However, I think you have to use jquery within react in most cases

`$(dateRef).datepicker()` => `$(dateRef.current).datepicker()` ?

I use this lib only because our project is very old. Previous codes are written in vanilla js. I have to continue to use it in react component to match...