Brent Vatne

Results 75 issues of Brent Vatne

In https://github.com/expo/expo-cli/pull/2687 we introduced validation on the package name, which is correct and reasonable, however in the managed workflow package name actually more accurately means applicationId - it doesn't actually...

enhancement
help wanted

If you try to run an Android project on an attached phone from m1 without SDK platform tools installed, so you use bundled adb, then: ``` › Opening on Android......

Related: https://github.com/expo/expo-cli/issues/1294

enhancement
stale

https://github.com/expo/expo-cli/blob/c900edc9f612904bed4eef92b2df166c422a5d24/packages/xdl/src/__tests__/Project-publishAsync-test.ts#L121-L133 I tried increasing the timeout 60 seconds and it still times out. Runs on my local machine fine. I ignored the test for now with `xit`

stale

We may want to surface some libraries that are very widely depended on and in some cases formerly included in core, like async-storage, webview, picker, slider, and net-info so that...

Should we differentiate between libraries that have "typings" and those that are written in TypeScript? Does that matter? # TODO - [ ] Add to schema and README - [...

What should change about this project to make it more useful? Let us know!

```js function Selection({ navigation }) { const [selectedIds, setSelectedIds] = React.useState([]); navigation.setOptions({ title: `${selectedIds.length} items selected`, }); return setSelectedIds(ids => [...ids, id])} />; } ``` If you are like me,...

enhancement