Manuel Labarca

Results 10 comments of Manuel Labarca

I have this problem with notification permission when i upgrade to react native 0.73.4. I have this: `if (Platform.OS === "android" && deviceAPiLevel >= 33) { try { await PermissionsAndroid.request(PermissionsAndroid.PERMISSIONS.POST_NOTIFICATION);...

How to wrapper App.js but work the other components ?

> I would like to work on this issue Go Ahead ! Update it and create a PR

No estaba cambiando esto a produccion de manera correcta env: WebPay.ENV.INTEGRACION Dejo mi repositorio con proyecto base https://github.com/manuelabarca/webpay-angular

I am found solution for this, i use async/await but now i have problem whit filemaker.uploadFile, now attach screenshot ![Captura de pantalla 2019-04-01 a la(s) 12 23 44](https://user-images.githubusercontent.com/20046746/55339494-2b8dcc80-5479-11e9-8ff0-f91c09187635.png) ![Captura de...

Continue say "Filemaker Data Api Token" when multiple users call the same function.

For example i have this function ` async function registrarTarjeta(req, res) { var body = req.body; var startf; var start; var tipo_tarjeta = req.body.tipoTarjeta; var user = req.user console.log(user) switch...

> I tried everything you mentioned [@farhan-pathan-us](https://github.com/farhan-pathan-us), but it didn't work. Any other thing I could try? Just FYI, this is my bridging header: > > ``` > #ifndef mycompany_Bridging_Header_h...

> Hey guys, sorry for the late reply, I was able to fix my problem at the end. I rolled back the changes in my AppDelegate.swift. So according to this...

> I'm using notifee in the javascript side yes. It's good so far, at least it has done the job and wasn't a big deal to implement. I cannot complain...