Skip to content

Instantly share code, notes, and snippets.

@jclwong
jclwong / package.json
Last active November 6, 2018 03:33
Barebones react native package.json with jest
{
"name": "ProjectNameHere",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.6.0-alpha.8af6728",