Jon Stuebe

Results 19 comments of Jon Stuebe

Is this repo still active? I would love to see a progress bar as well

@johnrom At work we use `react-native-web` to do cross platform UI and also use `formik`. We def import `formik` directly for usage on `react-native` right now. I totally understand if...

> @jonstuebe yeah, I have been experimenting with the metro compiler and setting up Formik to build a version with a React native suffix like index.native.js, but I haven't had...

Would love to see the RC published! I have a decent size monorepo that I can help test things on and give feedback on perf and such.

So not 100% if I've squashed the bug yet, but I'm calling `isAvailable` first and so far I haven't had a crash.

I could be wrong, but don't you just need to do the following in createInputCreator.js? Before: ``` { label } { renderComponent(props) } ``` After: ``` { label } {...

Looks like this might be helpful in extending `pg`: https://www.npmjs.com/package/pg-cursor

Trying to use it in a component library that is currently just running `tsc -b` in a monorepo. Love the speed, but would really love to see sucrase output the...

This is my work around: https://twitter.com/jonstuebe/status/1390384513927184385

fyi only library I've had luck with gapless looping is `expo-av` which right now doesn't support `0.60.x` on a bare rn install.