Stan Lemon

Results 19 comments of Stan Lemon

This is on the component used with arrays, correct? Semantically secondary seems to make sense here, since it's not the submit button. Are you proposing to make it primary, or...

Great question @stomita, the reason is because React Native is **not** a nodejs environment, so the built libraries like ```http``` or ```query string``` do not exist. Everything in this file...

Using expo (the recommended way to start a new react-native project), a vanilla project, and jsforce@alpha it breaks due to the 'events' module not being available.

There is an @Ignore annotation you can use to exclude a field.

Hey @rober423 thanks for reaching out with this helpful advice! Please feel free to submit a PR with these suggestions.

Add this to your `jest.config.js` ```javascript transformIgnorePatterns: [`/node_modules/(?!wouter)`], ```

@justingrant Take a look at https://github.com/stanlemon/javascript/tree/main/apps/template for a working example of wouter + jest. You can find my jest and babel configs in that same repo.

If you have a PR or even a branch somewhere I'm happy to take a look and see what we can do to move this forward and incorporate it.

Are there any prototypes around the file open dialog that could be looked at for inspiration?

@Crim I feel like the 0.9 milestone is a bit ambition, can we focus on production-readiness in 0.9 and concentrate more splitting in 0.10?