dinesh547
dinesh547
Seems like there is no authentication support has been implemented in current code.
I am trying to use the rn-viewpager. But getting a warning on using OnPageSelected Inside //Something here Warning appears something like this. (JSX attribute) onPageSelected: (e: any) => void No...
Hi, I am trying to play a audio file like this const alertSound = new Sound(file, Sound.MAIN_BUNDLE, (error: any) => { } But it is giving error -18XXXXX due to...