maxi-code
maxi-code
I also need that. Here is some doc that can help https://community.apollographql.com/t/is-it-possible-to-cancel-graphql-subscriptions/116
use official amplitude ts https://github.com/amplitude/Amplitude-TypeScript/blob/main/examples/browser/next-app/pages/index.tsx
Try with this analyticManager proposed here [https://github.com/davodesign84/react-native-mixpanel/issues/150#issuecomment-413406274](https://github.com/davodesign84/react-native-mixpanel/issues/150#issuecomment-413406274) also check this other url [https://github.com/davodesign84/react-native-mixpanel/pull/123](https://github.com/davodesign84/react-native-mixpanel/pull/123)
@kylanhurt add a componentWillReceiveProps in ABSlider and there set the state again.
I've been this issue happening when I install the app in my android device with `ENVFILE=.env react-native run-android --variant=debug` for debugging purposes. The only way I can get the PN...
You should use ``` javascript FCM.getInitialNotification().then(notif => { console.log(notif) }); } ``` but we aware that there is an issue opened with that. I'm also facing that issue now. https://github.com/evollu/react-native-fcm/issues/1066
Try testing in different android version. I just found this is not working on android 4.4. So I'll hide our audio feature for those users :(
Adding the iconSize={20} solved the issue for me.
I had the same issues when trying to install a library (yarn add node-cron).. I tried @NordicBeaver solution (https://github.com/prisma/prisma/issues/9184#issuecomment-917396506) but just went to step 3 (yarn add @prisma/client). But I...