Mohamed Mouhsni

Results 15 comments of Mohamed Mouhsni

I'm facing the same issue! was this problem resolved?

and it will be better to support video stories

I need to verify if frida process is running, @Aiswarya did you found any solution?

didn't work for me either "react-native": "0.67.4", "react-native-android-sms-listener": "^0.8.0"

Thank you for your answer but I think this is not a Typescript problem! I already used [sms-retriever ](https://developers.google.com/identity/sms-retriever/overview) without any permission and it worked but my client doesn't want...

> Add the next lines in this path: src/types/declarations.d.ts > > ```js > declare module 'react-native-android-sms-listener' { > interface SmsListener { > addListener: (handler: (value: string) => any) => import("react-native").EmitterSubscription;...

Can you give an example? Thanks in advance.

> Yes the image saved in the gallery will be in original width and height, but the file you get will be modified. > > But I checked the code,...

Hi, It hides all my components that using animations( **animation-duration: 0.5s; opacity: 0;**) all blocks have the same style and the same class name (animated) normly it should add the...