Jason Brown

Results 16 comments of Jason Brown

Yes, this would be extremely beneficial

@dmauro just using NPM as a dependency manager, and then webpack to bundle everything (or browserify)

@halocline there is likely a separate bug then. It seemed very similar. If you have a Drop inside of a scrollable container (that is not necessarily the root document). In...

That is true, you could build one using `NavigationActions`. https://reactnavigation.org/docs/navigators/navigation-prop#Reset

> Hi @browniefed, I just tried upgrading to Docusaurus 3.2.0 using a test site and was not able to reproduce the error you described - it worked as expected the...

@sserrata here is the `swagger.json` file we use to generate https://gist.github.com/browniefed/4dd6cb7f6fbfe295ad6be59506f3cc5d If you can't repro then I can attempt to set something up later. When I was running `v3.1.1` of...

Thanks, this tutorial was developed for a much older version of React Native which applied different default styles.

``` DeviceEventEmitter.addListener('keyboardWillShow', function (frames) { LayoutAnimation.configureNext(LayoutAnimation.create(frames.duration, 'keyboard')); this.setState({keyboardSpace: frames.endCoordinates.height}); }.bind(this)); ```