Skip to content

Commit 75c460f

Browse files
opayenOlivier Payenoblador
authored
Switch back to monotonic clock & upgrade to RN 0.68.3 (oblador#90)
* Revert "Use unix epoch timestamps (oblador#71)" This reverts commit 390e91c * Update Podfile * Upgrade to React Native 0.68.3 * Use RN's code to get the timestamp * Use monotonic clock in RNPerformance * Update README.md * Cleanup * Remove empty line * Fix yarn.lock * Update lockfiles * Force singular version of node types * Bump TS/typings and skip lib check Co-authored-by: Olivier Payen <olivier.payen@klarna.com> Co-authored-by: Joel Arvidsson <joel.arvidsson@klarna.com>
1 parent 6ed5a2b commit 75c460f

File tree

15 files changed

+1736
-3350
lines changed

15 files changed

+1736
-3350
lines changed

examples/react-native-navigation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"react": "17.0.2",
14-
"react-native": "0.68.1",
14+
"react-native": "0.68.3",
1515
"react-native-navigation": "^7.26.0",
1616
"react-native-performance": "^3.1.2"
1717
},
@@ -20,15 +20,15 @@
2020
"@babel/runtime": "^7.12.5",
2121
"@react-native-community/eslint-config": "^2.0.0",
2222
"@types/react": "^17.0.39",
23-
"@types/react-native": "^0.67.2",
23+
"@types/react-native": "^0.68.5",
2424
"babel-jest": "^26.6.3",
2525
"eslint": "^7.32.0",
2626
"jest": "^26.6.3",
2727
"metro-react-native-babel-preset": "^0.67.0",
2828
"react-native-flipper": "0.125.0",
2929
"react-native-performance-flipper-reporter": "^3.0.0",
3030
"react-test-renderer": "17.0.2",
31-
"typescript": "^4.1.3"
31+
"typescript": "^4.8.3"
3232
},
3333
"jest": {
3434
"preset": "react-native"

0 commit comments

Comments
 (0)