Haider Ali
Haider Ali
How are you able to keep history of chat. I want to have history. How can I achieve this?
I'm having same issue. Anyone resolved it?
Facing same issue on oneplus 6t with android 11.
> > Facing same issue on oneplus 6t with android 11. > > I am confused as it is working fine on other devices , prior using react native camera...
You need to await launchImageLibrary/launchCamera. It worked for me.
Hi, how you manage to get placeholder dots like at 90. I want to achieve similar.
Can you try using `react-native-blobl-util` package instead of `rn-fetch-blob` as `rn-fetch-blob` is not maintained anymore. ``` export const onFileDownload = async (uri, callback) => { const fileName = uri?.split("/")?.pop(); const...
+1 ``` "expo": "^53.0.20", "react-native": "0.79.5", "react-native-onesignal": "^5.2.13" ```