Brent Vatne

Results 75 issues of Brent Vatne

**Describe the bug** It's currently confusing to users that most templates are managed apps but the default template is a bare app. We should be more clear about this and...

enhancement

**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** Lots of warnings about require cycles from libraries in node_modules in the react-native...

### Introduction I noticed that iOS release builds became a lot slower since React Native 0.62, and it turns out that a lot of this can be explained by Flipper....

🗣 Discussion

If you try out the drawer example on https://snack.expo.io/rkhC9onuG you'll notice that when you go back from it you can see the drawer. This is because it's translated out of...

If you wait for the drawer gesture to fail before beginning another gesture (eg: have a MapView wait for drawer) then it is useful to have maxDeltaY, otherwise if you...

Feature request

[react-native-gesture-handler](https://github.com/kmagiera/react-native-gesture-handler) includes a Swipeable component that uses native gesture recognizers and runs animations on the main thread, so there is no concern about the JS thread potentially dropping frames and...

It's pretty minimal right now