Tommys
Tommys
**Improvements** 1. add key support 2. ripple effect on button click 3. add backspace button 3. fix divide by zero problem 4. overflow on calculator display (custom scrollbar also) 5....
Get song by id gives me 401 response. I think it's because of this line `${url}${id}&access_token=${apiKey}` instead of `${url}${id}?access_token=${apiKey}`.
The app is crashing without error when i add the BlurView component in my stack screen. ### Workaround ```js ... ... ``` But i don't have the nice transitions between...
I am trying to create a shared element transition but i am facing this issue. If the element (View) in the first screen has a borderRadius( e.g 10) and in...
When i use the MultiSelect component and i select multiple items withe the same **labelfield**, but with a different **valuefield**, i get this warning _Encountered two children with the same...
### Describe the bug I have a weird bug. I have two routes that the first is the posts list and the second is `/posts/$postId`. `$postId` is the child of...
I use the dataURL attribute to load my previous signature inside a modal. I open the modal and most of the times the signature is loading, but sometimes it shows...
When i use chrome debugger to debug my app, i have to double press or press anywhere in the screen to open the sheet.
**Fixes** - Fix exception "Fragment is already added" when you fast double click spinner before dialog opens. > solution: Check if dialog is already added.
There is problem when i try to pass some styles in to the ShadowView. These styles doesn't apply: ``` Hello this is text Hello this is text Hello this is...