Skip to content

Instantly share code, notes, and snippets.

@bunyaminmrcn
Created January 3, 2020 22:09
Show Gist options
  • Save bunyaminmrcn/e58bc19154fea4e3affd450528bcd30f to your computer and use it in GitHub Desktop.
Save bunyaminmrcn/e58bc19154fea4e3affd450528bcd30f to your computer and use it in GitHub Desktop.
Latest `react-native-activity` dependencies
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"init-data": "npx babel-node scripts/initData.js"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.5",
"expo": "~36.0.0",
"expo-activity-feed": "^0.8.17",
"expo-keep-awake": "~8.0.0",
"faker": "^4.1.0",
"numeral": "^2.0.6",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
"react-native-dotenv": "^0.2.0",
"react-native-gesture-handler": "~1.5.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-reanimated": "~1.4.0",
"react-native-safe-area-context": "^0.6.2",
"react-native-safe-area-view": "^1.0.0",
"react-native-web": "~0.11.7",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^2.0.2",
"react-navigation-tabs": "^2.6.2"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/node": "^7.7.7",
"@babel/plugin-proposal-decorators": "^7.7.4",
"babel-node": "^0.0.1-security",
"babel-plugin-dotenv": "^0.1.1",
"babel-preset-expo": "~8.0.0",
"dotenv": "^8.2.0",
"flow-bin": "^0.114.0",
"flow-copy-source": "^2.0.9",
"react-native-scripts": "^2.0.1"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment