Daniel Hanover

Results 5 issues of Daniel Hanover

I noticed this lib has a dependency on `window.analytics` and `@types/segment-analytics` and so I'm wondering if this library has been tested against the newer `analytics-next` lib for Segment?

If not, I'd love to contribute it.

Is it possible to style this like a Grouped UITableView? Most other forms libraries do this by default, but this one doesn't.

Hi all, I'm working on a TypeScript definition for `withStyle`. What I have so far is: ``` type identity = (arg: T) => T; //TODO: This could be better, specific...