Brian Frichette
Brian Frichette
Annoyingly, `StyleSheet.create` only accepts named styles -> AnyStyle map. This means if you have common utilities styles, you have to spread them into each style. Here's what I mean: ```tsx...
**I'm submitting a ...** (check one with "x") ``` [x ] bug report => check the FAQ and search github for a similar issue or PR before submitting [ ]...
### 🚀 Feature Proposal With v29 deprecating `ts-jest` in `globals`, it's now nearly impossible to both use a preset and pass options. Presets are just recipes and extending them should...
LESS Hat
I'm not sure if you're still working on this, but if so, perhaps consider pulling in [LESS Hat](http://lesshat.com) so you don't have to do all the complex mixins from scratch....
When I use a function as condition, stream never ends. An example probably works best. In this case, everything ends up in dist, and stream ends. ``` js gulp.task('copy', function()...
I saw that the lib is properly doing `try...catch` on `setItem`, but currently there is no way to handle these errors. Browsers handle Web Storage quotas differently, with Safari having...
Discuss either serializing to query string or simple backend system.
I opened #246 to address the fact that only a subset of the `AsyncStorage` is required for Mixpanel custom storage. However, I later found that, as long as `useNative` is...