shahanshah87

Results 9 comments of shahanshah87

@SriSamVictor are you getting cropped response object in Android because I am getting response in Android, its working fine in iOS. If you are getting response then you can do...

> Thanks @FaisalAli19 , your solution worked for me with `RNFS.DocumentDirectoryPath`. By the way I got a 'ENOENT: no such file or directory' error message using `RNFS.LibraryDirectoryPath` Did you find...

> Doesn't work with the unique key and closeOnRowOpen, closeOnRowBeginSwipe Still several rows are opened at the same time. How to fix it? > > ``` > closeOnRowOpen > closeOnRowBeginSwipe...

> React Native 0.62 removed propTypes. You need to remove the line: > > ``` > itemTextStyle: Text.propTypes.style, > ``` I did remove this line from node_module/react-native-material-dropdown/src/component/index.js line 136 but...

Its working fine in version 0.61.5 but this issue is in 0.62.0

> Try removing any occurrence of `Text.propTypes.style`. I was using this library in an old component that wasn't in production anymore, so I just removed the library. I did search...

> OrLevy23's fork doesn't show layout for me right, so i've prepared my own fork off latest 0.11.1: > > ``` > npm i https://github.com/noway/react-native-material-dropdown > ``` This is working...

value is giving only : countryCode: "in" dialCode: "91" name: "India" It is not giving mobile number separately. How to get that?

launchCamera is not working with iOS v14.7.1 as well. +1 @pedro @ligaz @nevir @jkappers