Greg Westneat

Results 13 issues of Greg Westneat

## Description We've been running into some latency issues on some peoples machines with the postinstall script, and I was curious about the status of this workaround. I went to...

enhancement

**Edit:** Doh! I Initially thought removing the width/height props wouldn't be required (On web the styles took priority, but not so in RN!) Probably safe to say that puts this...

I am on a team that's fixin to start work on a cross-platform Expo app, intended to replace our three legacy clients. Wanted to inquire whether y'all would consider adding...

feature request

Noticed a potential issue where the recommended pattern of exporting within a `StyleSheet.create` wasn't working on web. When I export just the raw style object the styles apply as expected....

bug

### Current Behavior Any action which triggers the project graph to be computed, causes an error with nx-vue graph extension plugin ### Expected Behavior Should be able to run without...

type: bug
scope: misc

When trying to build for the web, using `npx nx bundle --platform=web` I received this error: ![image](https://user-images.githubusercontent.com/2213636/123344165-1d1fa580-d508-11eb-88a0-3ecd4c4077aa.png) The fix was just to add "web" to the builder schema file for...

Looks like the page on developer mode has moved. This change updates to the new url. Hope this helps 👍 Thanks!

This [change](https://github.com/nrwl/nx-labs/commit/529321b0853d82730461f89098fbccfcadc16133#diff-6f3291778f5daec4c46c903a2c0bfdac02a8e19658dfdae03961b000ff635b7fR330-R333) updated `@svgr/webpack` to `v6` -- but it appears to be incompatible with expo's webpack config which still seems to be using webpack v4. Here's a related issue comment...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Code of Conduct - [X] I agree to follow this project's Code of...

bug

I think `option` and `alt` are the same on Mac keyboards (mine at least). Double checked the [config in package.json](https://github.com/nomi9995/react-native-component-splitter/blob/master/package.json#L52) to verify. Thanks!