perrosnk
perrosnk
Any updates on this?
any updates?
@secretshardul I discovered this nice library for native ads: https://github.com/ammarahm-ed/react-native-admob-native-ads
Any updates? Still not working on 1.3.4
I am already using react-native-gesture-handler as I am using react-navigation. I don't know if that helps, but that's my dependencies list ```javascript "dependencies": { "@apollo/react-hooks": "^3.1.3", "@react-native-community/masked-view": "^0.1.5", "@react-native-community/netinfo": "^4.4.0",...
I think I found the solution.. If you are using react-native-firebase, you don't need to create a blob file. Just pass the path of the picture to .put method. `imageRef.put(uri,...
@karrots have you found any solution? I am having the same issue as yours
Can you have a look at this: http://stackoverflow.com/questions/23820570/ios-launching-messages-app-with-multiple-recipients > On 26 Feb 2017, at 16:44, anarchicknight wrote: > > From my research it does not look like sending to multiple...