Greg Fenton

Results 54 comments of Greg Fenton

I agree with 98% of the Cypress best practices. Some of their best practices assume a db that can be simply cleared and restored. There is friction when it comes...

And [v8.6.0](https://github.com/firebase/firebase-tools/releases/tag/v8.6.0) adds `--export-on-exit`. Things in FB Emulator space are maturing!

Quite possibly. Do you want to do a PR for it?

I think I'd consider calling it `parentWrapperStyle` given where it is going, and the fact that currently it is an empty value. The above would have `style={[this.props.parentWrapperStyle]}` ? If not...

Seems like a reasonable approach, but I have not played with react-native-web enough to be sure.

Does anyone have a simple project that reproduces this issues reliably? Something where we could simply: 1. clone project 2. `npm install` 3. `npm start` and see the issue? If...

There hasn't been a release since 2018?? - https://www.npmjs.com/package/react-native-action-button - https://github.com/mastermoo/react-native-action-button/releases Are people just cloning and using this code directly in their own projects?

I followed @wniroshan's recommendation: > npm install https://github.com/mastermoo/react-native-action-button Then I applied the fix for [add explicitly - useNativeDriver: false](https://github.com/mastermoo/react-native-action-button/pull/342), then I used [patch-package](https://www.npmjs.com/package/patch-package) to keep everything versioned.

One note: in each of the examples' `package.json`, the dependency for `react-native-responsive-screen` points to a version [using yalc](https://github.com/whitecolor/yalc) because the examples requires a version that isn't published yet (it is...

If not obvious (it is quite a large PR), the likely controversial parts of this are: 1. Move to use of Expo. The thinking here is that if it works...