Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#7915] fix - Text for empty chat state is shown upside down... by upgrading RN to 0.59.3 #7924

Merged
merged 1 commit into from
Apr 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -68,16 +68,16 @@ 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):
- SQLCipher/standard (= 3.4.2)
- 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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion mobile_files/package.json.orig
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions mobile_files/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down