Jonas Nascimento
Jonas Nascimento
> I think the solution to the problem will be to implement the following change to the ActionButton.js file; > > ``` > ////////////////////// > // Animation Methods > //////////////////////...
True! Its not possible add a ScrollView inside a body because if you try to scroll the list you moves the bottom sheet. Only works if you set dragEnabled to...
Same error here in Expo 42... Anyone find a solution to this yet?
It doesn't work, only when it's minimized, when it's killed it stops working.
### I found the solution for this problem. For some reason calling stopBackgroundTimer within a function call in runBackgroundTimer **does not work.** You need to create another function that contains...