Skip to content

Instantly share code, notes, and snippets.

@wesleyguirra
Created July 12, 2018 17:20
Show Gist options
  • Save wesleyguirra/11cdfbd8669b4783399a8a0bea29ce6a to your computer and use it in GitHub Desktop.
Save wesleyguirra/11cdfbd8669b4783399a8a0bea29ce6a to your computer and use it in GitHub Desktop.
{
"name": "BikoApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"nachos-ui": "^0.2.0-beta.1",
"react": "16.4.1",
"react-native": "^0.56.0",
"react-native-splash-screen": "^3.1.0",
"react-native-vector-icons": "^4.6.0",
"reactotron-react-native": "^1.14.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "23.2.0",
"babel-preset-react-native": "2.1.0",
"jest": "23.3.0",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
}
}
@Balasnest
Copy link

How did you manage to get it work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment