Michael Leung

Results 8 issues of Michael Leung

![Screen Shot 2019-03-13 at 1 30 50 AM](https://user-images.githubusercontent.com/9166324/54264215-d15fb280-452f-11e9-8b7a-697313f80c29.png)

For example, gravity won't work if just passed `{y: 2}`; you must include an x value like `{x: 0, y: 2}`. These props such as gravity, bounce, velocity, etc. should...

Works when in debug mode. Not sure if the same thing happens on Android as I don't own one.

For example, if a box has a bounce property of `{x: 0, y: 1}` and a gravity of `{x: 0, y: 4}`, the box will still gradually stop bouncing.

I have a pop sound in my game that occurs very often. After about 1000 pops (I don't know the actual number), the pop started to sound very loud and...

Does work when KeyboardAvoidingView position is padding or if just using plain Views.

Cannot resize button size with width or height. ``` var styles = StyleSheet.create({ button: { width: 100, height: 100, padding: 20 } }); ``` Buttons do not resize for some...

"This project needs an update This project uses Expo SDK v11.0.0. If you want to open this project, the author will need to update the project's SDK version." https://expo.io/@community/breakout