Skip to content

Instantly share code, notes, and snippets.

@Mbbahar
Created December 24, 2020 20:26
Show Gist options
  • Save Mbbahar/532cc1c8521301b4c1aca8a4fcbf9be9 to your computer and use it in GitHub Desktop.
Save Mbbahar/532cc1c8521301b4c1aca8a4fcbf9be9 to your computer and use it in GitHub Desktop.
{
"name": "ReactNativeFolderStructure",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"react": "16.13.1",
"react-native": "0.63.4"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.16.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment