Anubhav Sharma
Anubhav Sharma
Were you able to find out any solution?
``` const dirs = RNFetchBlob.fs.dirs.DocumentDir; const audioFileName = "sound.aac"; const audioPath = "file://" + dirs + `/${audioFileName}`; const path = Platform.select({ ios: audioPath, android: undefined }); ``` This helped me
@kneza23 @sxyshirly @nofacez If you are using overflow property inside a scroll view or flatlist, add this prop to your scrollview or flatlist `removeClippedSubviews(false)` On Android the default value is...
@abhpd different institutes have different ids, so we cannot generally define what an invalid format for 'id' would be.