Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CrazyPython/4a797cbecc190c5b185bff518413b06f to your computer and use it in GitHub Desktop.
Save CrazyPython/4a797cbecc190c5b185bff518413b06f to your computer and use it in GitHub Desktop.
{
"name": "ccapp",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"jest-expo": "^22.0.0",
"react-native-cli": "^2.0.1",
"react-test-renderer": "16.0.0-beta.5"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@merryjs/photo-viewer": "^2.0.2",
"alt": "^0.18.6",
"alt-utils": "^2.0.0",
"glamorous-native": "^1.2.0",
"invariant": "^2.2.2",
"prop-types": "latest",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-bottom-toolbar": "^4.1.1",
"react-native-fetch-blob": "^0.10.8",
"react-native-image-progress": "latest",
"react-native-multi-share": "^0.2.1",
"react-native-orientation": "^3.1.3",
"react-native-photos-framework": "^1.0.8",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "https://github.com/CrazyPython/react-navigation.git"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment