Removed unused packages

This commit is contained in:
Zhiyuan Zheng 2020-11-22 01:13:13 +01:00
parent 1c0464d9fb
commit 6d6b808af2
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
3 changed files with 250 additions and 425 deletions

View File

@ -1,14 +1,7 @@
module.exports = function (api) {
api.cache(true)
return {
presets: [
'babel-preset-expo',
// {
// runtime: 'automatic',
// development: process.env.NODE_ENV === 'development',
// importSource: '@welldone-software/why-did-you-render'
// }
],
presets: ['babel-preset-expo'],
plugins: [
['@babel/plugin-proposal-optional-chaining'],
[

View File

@ -9,13 +9,9 @@
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"@react-native-async-storage/async-storage": "^1.13.2",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/segmented-control": "2.1.1",
"@react-native-community/viewpager": "4.1.6",
"@react-navigation/bottom-tabs": "^5.10.6",
"@react-navigation/native": "^5.8.6",
"@react-navigation/stack": "^5.12.3",
"@reduxjs/toolkit": "^1.4.0",
"expo": "~39.0.4",
"expo-auth-session": "~2.0.0",
@ -34,12 +30,10 @@
"react-native-htmlview": "^0.16.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-reanimated": "~1.13.0",
"react-native-render-html": "^4.2.4",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-shimmer-placeholder": "^2.0.6",
"react-native-toast-message": "^1.3.4",
"react-native-web": "~0.13.7",
"react-native-webview": "10.7.0",
"react-navigation": "^4.4.3",
"react-query": "^2.26.2",
@ -61,8 +55,7 @@
"@types/react-redux": "^7.1.11",
"@welldone-software/why-did-you-render": "^6.0.0-rc.1",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-typescript-to-proptypes": "^1.4.1",
"typescript": "~3.9.2"
},
"private": true
}
}

657
yarn.lock

File diff suppressed because it is too large Load Diff