Skip to content

Instantly share code, notes, and snippets.

@Naoto-Ida
Created November 22, 2016 02:58
Show Gist options
  • Save Naoto-Ida/e6f89f8c69c38e9962bde573de27be13 to your computer and use it in GitHub Desktop.
Save Naoto-Ida/e6f89f8c69c38e9962bde573de27be13 to your computer and use it in GitHub Desktop.
Easiest way of getting app name, etc. for React Native app
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