Sonu

Results 4 issues of Sonu

```JS // @flow import React from 'react'; type userAvatarProps = { name: string, url: string, size ?: number, textOnly?: boolean, }; export default function UserAvatar ({ name = '', url...

When the app is initialized, each time it is showing default android green color border at bottom of the text input. But, if I am reloading the app, it's working...

When I complete my video recording I am not able to hear the sound by default. I have to click over the video to toggle the sound. Is there any...

I am trying to control the volume of react-sound but, it looks alike volume props is not being accepted by component. here is the same code which I wrote and...