Andrew Smith

Results 41 issues of Andrew Smith

I'm reopening the closed issue #108 because it's not actually resolved and the old one isn't getting any attention. The warning, as from before: ``` You or one of the...

This is useful for when you want to create a repo for your new npm component, clone it down, and then bring in the starter files.

Somehow the context is getting dropped *some of the time*, so that `this` becomes undefined inside `ViewTransformer#onResponderGrant`. Binding the methods to the instance fixes the issue. We were seeing it...

Add functionality for `onEndReached` and `onEndReachedThreshold` similar to [FlatList behavior](https://facebook.github.io/react-native/docs/flatlist#onendreached).

## Repro 1. Ensure `$ANDROID_HOME` is not defined, and that Android Studio's `platform-tools` and `tools` are not in your `$PATH`. 1. Generate a new mini app `ern create-miniapp MyMiniApp` 1....

## Repro steps 1. Follow these [getting started](https://dekinsqian.gitbooks.io/electrode-native/getting-started/getting-started.html) instructions, namely 1. `$ ern create-miniapp MovieListMiniApp` 1. `$ cd MovieListMiniApp` 1. `$ ern add [email protected] [email protected]` Results in this error: ```...

The Tabs Navigation documentation provides an example of putting a StackNavigator on a tab route. In the example, the name for the tab and the stack are the same: `Home`...

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- Bug What is the current behavior? ----------------------------- Have a description with a code snippet, like so: ```ts export...

I think a lot of people wind up at this section of the docs and can get pretty easily overwhelmed by all the details about polyfills, core-js, etc. My intent...

Closes https://github.com/babel/babel/issues/12401#issuecomment-734008135 (unfortunately filed in the wrong repo, didn't realize the website was a separate one). Hope this helps! Tweaks are welcome, I was trying to keep with the tone...