mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 14:18:32 +03:00
Merge branch 'development' into nt/expo-image
This commit is contained in:
commit
c205c8ebef
2
index.js
2
index.js
@ -1,6 +1,8 @@
|
||||
import { AppRegistry, LogBox } from 'react-native';
|
||||
import AppCenter from 'appcenter';
|
||||
import { name as appName } from './app.json';
|
||||
|
||||
import 'react-native-url-polyfill/auto';
|
||||
import 'intl';
|
||||
import 'intl/locale-data/jsonp/en-US';
|
||||
|
||||
|
@ -160,6 +160,7 @@
|
||||
"react-native-tus-client": "^1.1.0",
|
||||
"react-native-udp": "^4.1.4",
|
||||
"react-native-unique-id": "^2.0.0",
|
||||
"react-native-url-polyfill": "^2.0.0",
|
||||
"react-native-vector-icons": "^10.0.2",
|
||||
"react-native-version": "^4.0.0",
|
||||
"react-native-version-number": "^0.3.5",
|
||||
|
@ -23,8 +23,8 @@ export default EStyleSheet.create({
|
||||
listContainer: {
|
||||
paddingTop: 16,
|
||||
paddingBottom: 40,
|
||||
height: '100%',
|
||||
paddingHorizontal: 16,
|
||||
flex: 1,
|
||||
},
|
||||
translatedTextContainer: {
|
||||
marginTop: 12,
|
||||
|
@ -11745,6 +11745,13 @@ react-native-unique-id@^2.0.0:
|
||||
"@react-native-community/async-storage" "1.5.0"
|
||||
polygoat "1.1.4"
|
||||
|
||||
react-native-url-polyfill@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-url-polyfill/-/react-native-url-polyfill-2.0.0.tgz#db714520a2985cff1d50ab2e66279b9f91ffd589"
|
||||
integrity sha512-My330Do7/DvKnEvwQc0WdcBnFPploYKp9CYlefDXzIdEaA+PAhDYllkvGeEroEzvc4Kzzj2O4yVdz8v6fjRvhA==
|
||||
dependencies:
|
||||
whatwg-url-without-unicode "8.0.0-3"
|
||||
|
||||
react-native-vector-icons@^10.0.2:
|
||||
version "10.0.2"
|
||||
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-10.0.2.tgz#44724e0787fb13899efce3510698d1ff69aceefb"
|
||||
|
Loading…
Reference in New Issue
Block a user