John Choura Jr.

Results 7 comments of John Choura Jr.

@malford89 @ellisonch @digitalsparky I got this error when I used `let` vs. `var` for my variables. The minified didn't like `let` so I changed everything back to `var` and it...

@raubas can you give a snippet example of what you're doing with this?

is there any progress on supporting s3?

> FWIW, I don't think Preact is really close to compat with React 18 at this point: [preactjs/preact#2621 (comment)](https://github.com/preactjs/preact/issues/2621#issuecomment-1129562148) This was my issue reverted to React 17 and fixed the...

I just looked in your example, and it helped clear thing up. https://github.com/beefe/react-native-keyboard/blob/master/Examples/Basic/app.js You should probably make note in your readme.