Skip to content

Instantly share code, notes, and snippets.

@matteocollina
Created March 29, 2018 21:41
Show Gist options
  • Save matteocollina/1c151377b02b1352ac1d4dcaa699fb16 to your computer and use it in GitHub Desktop.
Save matteocollina/1c151377b02b1352ac1d4dcaa699fb16 to your computer and use it in GitHub Desktop.
Simple React Native package.json
{
"name": "StoryReact",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment