Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add non-null version to ReactNativeInfo #172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robertjcolley
Copy link

@robertjcolley robertjcolley commented Dec 7, 2021

While implementing with amazon-chime-sdk-js, the react-native browser detection caused an error documented in this issue: aws/amazon-chime-sdk-js#1856. This PR adds a default version based on the version here, which gets replaced when they cut a new version

https://github.com/facebook/react-native/blob/09b69036c023ccab47b7c5b950247217bb975686/package.json#L4

@robertjcolley
Copy link
Author

RFC: what version should we use here? I figured the ideal version would be to use the actual running react native version, which react native does not expose in the global setup or the navigator setup. In a perfect world, they would be able to set the current running react native version somewhere and we read it in, but I don't think they do that.

@robertjcolley
Copy link
Author

robertjcolley commented Dec 7, 2021

I was able to patch in a version to react native like so:

react-native+0.64.2.patch.txt

This begs the question - should I open a PR with React Native to get this detection working from global.process.version so we can use that here? That might be a longer-term solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant