Created
November 22, 2016 02:58
-
-
Save Naoto-Ida/e6f89f8c69c38e9962bde573de27be13 to your computer and use it in GitHub Desktop.
Easiest way of getting app name, etc. for React Native app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const pkg = require('./package.json') | |
const { | |
name, | |
version, | |
dependencies, | |
} = pkg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment