James Ide

Results 14 issues of James Ide

For React Native apps, EAS has first-class support for builds, submissions, and updates and is an option for developers who wish to continue using mature, hosted services.

do-not-merge
Change sent to author
vs-appcenter/svc

The upcoming version of TypeScript adds support for ESM by specifying `"module": "nodenext"`. When this is enabled, it interprets `import nullthrows from 'nullthrows'` to mean importing the entire exports object,...

Currently to specify a loader you can write: ``` js loaders: [ { test: /\.js$/, loader: 'babel', query: {stage: 0, optional: ['runtime']} } ] ``` but this does not support...

Some more documentation around what props are supported and what they do would be pretty useful along with a short example. The blog post explains why ExNavigator is the way...

help wanted