8f609fa900
* fixes for release * fix subscriptions view. change Latest First to Latest Only. * fix channel subscription uri * fix subscription notifications * some iconography and label changes * change sdk log level for release builds * sort all subscriptions by newest first * fix crash with Picasso thumbnail fetch operation * add check for null / undefined filenames after stopping download * update sdk to 0.32.3. fix download notification.
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"name": "LBRYApp",
|
|
"version": "0.0.1",
|
|
"private": "true",
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
|
},
|
|
"dependencies": {
|
|
"base-64": "^0.1.0",
|
|
"@expo/vector-icons": "^8.1.0",
|
|
"lbry-redux": "lbryio/lbry-redux#old-search",
|
|
"lbryinc": "lbryio/lbryinc",
|
|
"moment": "^2.22.1",
|
|
"react": "16.2.0",
|
|
"react-native": "0.55.3",
|
|
"react-native-country-picker-modal": "^0.6.2",
|
|
"react-native-exception-handler": "2.9.0",
|
|
"react-native-fast-image": "^5.0.3",
|
|
"react-native-fetch-blob": "^0.10.8",
|
|
"react-native-image-zoom-viewer": "^2.2.5",
|
|
"react-native-phone-input": "lbryio/react-native-phone-input",
|
|
"react-native-vector-icons": "^5.0.0",
|
|
"react-native-video": "lbryio/react-native-video#exoplayer-lbry-android",
|
|
"react-navigation": "^2.18.3",
|
|
"react-navigation-redux-helpers": "^2.0.9",
|
|
"react-redux": "^5.0.3",
|
|
"redux": "^3.6.0",
|
|
"redux-logger": "3.0.6",
|
|
"redux-persist": "^4.8.0",
|
|
"redux-persist-filesystem-storage": "^1.2.0",
|
|
"redux-persist-transform-compress": "^4.2.0",
|
|
"redux-persist-transform-filter": "0.0.10",
|
|
"redux-thunk": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-stage-2": "^6.18.0",
|
|
"babel-plugin-module-resolver": "^3.1.1",
|
|
"flow-babel-webpack-plugin": "^1.1.1"
|
|
}
|
|
}
|