GSolari79

Results 5 issues of GSolari79

I would like to reset the value of the PhoneInput. Does anyone know how to do it? Really appreciated.

I am trying to add a dynamic poster to the videos in my app and I cannot do it. Something that will work for both android and ios. Any help...

Failed to load resource: net::ERR_FILE_NOT_FOUND connect.facebook.net/en_US/sdk/debug.js:1 or /sdk.js Anyone with a proposal? When I run the app from browser the sdk is retrieved normally

The component is called in here with Video props: Styles: backgroundVideo: { position: 'relative', top: 0, left: 0, bottom: 0, right: 0, width: null, height: 200 } The video player:...

After npm install react-native-cloudinary-unsigned --save when trying to import: import RNCloudinaryUnsigned from "react-native-cloudinary-unsigned"; I get the message: undefined in not an object (evaluating 'RNSFManager.RNFSFileTypeRegular'). Any idea what's going on? Thanks