Skip to content

Instantly share code, notes, and snippets.

@naishe
Created October 15, 2021 11:45
Embed
What would you like to do?
fetch version from package.json
{/** Relative path of package.json from the component */}
<Text>{require('../../package.json').version}</Text>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment