Greg Fenton

Results 54 comments of Greg Fenton

In my PR for [supporting functional components](https://github.com/marudy/react-native-responsive-screen/pull/83/files), I [modified listenOrientationChange()](https://github.com/marudy/react-native-responsive-screen/pull/83/commits/996b66e2ab3b214e29c8bcb0f840c2a2d3020c7c) to support being called via hooks/functional or class components.

I've been successfully using my PR in production since Sep 2020. I think you can install my PR with the command ```bash npm install git+https://github.com/gregfenton/react-native-responsive-screen.git ``` ?? In my package.json...

Have you tried running any of the examples that ship with the project? That's where I would start. Those projects each have a README telling you how to set up...

Sorry, I'm unable to maintain this project fork at this time.

See my pull request: PR https://github.com/marudy/react-native-responsive-screen/pull/83 It has updated docs and a hook example and everything. And the change to RNRS itself is pretty small. And adds a new feature...

@medelvann - did @anmolpandeyy's suggestion work? Can this issue be closed?

Ends up being a need to run `gcloud auth application-default login` as documented in the [GENERATE SCHEMA VIEWS](https://github.com/firebase/extensions/blob/master/firestore-bigquery-export/guides/GENERATE_SCHEMA_VIEWS.md) documentation. It is not clear to me that this step/requirement is easy...

A million thanks to @kbrandwijk and @EkaanshArora for their input, feedback, and support. I can now finally build the Expo native client for Android with the following BASH script that...

@oriharel - interesting, though then I wonder the value of using this extension over pure standard-version? I have essentially followed your approach, though I named my file `version.json` and I'm...

Note: `standard-version` is [no longer being actively maintained](https://github.com/conventional-changelog/standard-version#standard-version) 😕