[#7915] fix - Text for empty chat state is shown upside down and text direction is strange

This commit is contained in:
bitsikka 2019-04-05 23:55:28 +05:45 committed by Roman Volosovskyi
parent fac16ee53c
commit 747ca2b985
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
3 changed files with 16 additions and 16 deletions

View File

@ -54,8 +54,8 @@ PODS:
- nanopb/decode (0.3.8)
- nanopb/encode (0.3.8)
- Protobuf (3.6.1)
- React (0.59.2):
- React/Core (= 0.59.2)
- React (0.59.3):
- React/Core (= 0.59.3)
- react-native-background-timer (2.1.0-alpha.6):
- React
- react-native-camera (1.1.5):
@ -68,8 +68,8 @@ PODS:
- React
- react-native-webview (5.2.1):
- React
- React/Core (0.59.2):
- yoga (= 0.59.2.React)
- React/Core (0.59.3):
- yoga (= 0.59.3.React)
- RNKeychain (3.0.0-rc.3):
- React
- SQLCipher (3.4.2):
@ -77,7 +77,7 @@ PODS:
- SQLCipher/common (3.4.2)
- SQLCipher/standard (3.4.2):
- SQLCipher/common
- yoga (0.59.2.React)
- yoga (0.59.3.React)
DEPENDENCIES:
- Firebase/Core
@ -127,14 +127,14 @@ SPEC CHECKSUMS:
GoogleUtilities: 06b66f9567769a7958db20a92f0128b2843e49d5
nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3
Protobuf: 1eb9700044745f00181c136ef21b8ff3ad5a0fd5
React: 1d605e098d69bdf08960787f3446f0a9dc2e2ccf
react-native-background-timer: bb7a98c8e97fc7c290de2d423dd09ddb73dcbcbb
react-native-camera: 68ad5143d2d0636236d46c7de8d2a6455ca52a36
react-native-webview: a42108b827082f8f0333529b0772102031d5960d
RNKeychain: 627c6095cef215dd3d9804a9a9cf45ab96aa3997
React: b52fdb80565505b7e4592b313a38868f5df51641
react-native-background-timer: f7bc6cb474ca47d81f3be8a1b4c986ac7ee136b3
react-native-camera: 70db6904b34e02054a25deb84dde9196e94caaee
react-native-webview: 763be2e9f8b103d195170fafc2fd77805d5434b5
RNKeychain: 216f37338fcb9e5c3a2530f1e3295f737a690cb1
SQLCipher: f9fcf29b2e59ced7defc2a2bdd0ebe79b40d4990
yoga: 128daf064cacaede0c3bb27424b6b4c71052e6cd
yoga: 1a492113f66a35e9e583bb0434f4b8cc668dd839
PODFILE CHECKSUM: 2e0971124458d413e18b407b2337bf2c1d32f357
COCOAPODS: 1.5.3
COCOAPODS: 1.6.1

View File

@ -33,7 +33,7 @@
"querystring-es3": "0.2.1",
"react": "16.8.3",
"react-dom": "16.4.2",
"react-native": "git+https://github.com/status-im/react-native.git#status-v0.59.2",
"react-native": "git+https://github.com/status-im/react-native.git#status-v0.59.3",
"react-native-background-timer": "2.1.0-alpha.6",
"react-native-camera": "git+https://github.com/status-im/react-native-camera.git#v1.1.5-1-status",
"react-native-config": "git+https://github.com/status-im/react-native-config.git#0.11.2-1",

View File

@ -5422,9 +5422,9 @@ react-native-webview@^5.2.1:
escape-string-regexp "^1.0.5"
fbjs "^0.8.17"
"react-native@git+https://github.com/status-im/react-native.git#status-v0.59.2":
version "0.59.2"
resolved "git+https://github.com/status-im/react-native.git#910d317028d9310add1d3fe13cea63195de008f4"
"react-native@git+https://github.com/status-im/react-native.git#status-v0.59.3":
version "0.59.3"
resolved "git+https://github.com/status-im/react-native.git#d45e1b15e331d56b115217a12f6e6c1e54da4be9"
dependencies:
"@babel/runtime" "^7.0.0"
"@react-native-community/cli" "^1.2.1"