Conversation
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
|
some tests failed |
|
@limpbrains @Overtorment i ts-ignored useNavigation in a commit so it passes CI. Either of you know what changes are needed to avoid using ts-ignore? |
|
@marcosrdz I believe there is not easy fix. You need to type whole Navigation. I tried to type one screen, but failed :) |
|
e2e still fails? |
|
@marcosrdz ^^^ |
|
New and updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
|
Can't run detox locally on this branch. Strange |
|
@limpbrains some screens were coded "incorrectly" and need to have their params modified to add "merge: true" |
|
Do you mean that every screen should be written assuming that route.params could be undefined? |
This reverts commit 6d7e4dc.
package.json
Outdated
| "react-native-haptic-feedback": "2.2.0", | ||
| "react-native-idle-timer": "https://github.com/BlueWallet/react-native-idle-timer#8587876d68ab5920e79619726aeca9e672beaf2b", | ||
| "react-native-image-picker": "4.8.5", | ||
| "react-native-image-picker": "5.2.0", |
There was a problem hiding this comment.
Older version wouldn't compile with any sdk past 32
| @@ -0,0 +1,11 @@ | |||
| --- ../node_modules/react-native-camera-kit/android/src/main/java/com/rncamerakit/CKCamera.kt | |||
There was a problem hiding this comment.
I don't think patch is needed with latest version of camera kit
There was a problem hiding this comment.
Its needed for v13. V14 is still beta
| const handleBackButton = useCallback(() => { | ||
| // @ts-ignore: Ignore | ||
| navigation.dangerouslyGetParent()?.pop(); | ||
| navigation.getParent()?.pop(); |
There was a problem hiding this comment.
Nav 6 deprecated the "dangerously" part
android/build.gradle
Outdated
| kotlin_version = '1.9.20' | ||
| kotlinVersion = '1.8.0' | ||
|
|
||
| kotlin_version = '1.7.21' |
There was a problem hiding this comment.
Why are decreasing kotlin version?
There was a problem hiding this comment.
My bad. That was during the trial and error process
|
♫ This was a triumph. I'm making a note here: HUGE SUCCESS ♫ [android in browser] https://appetize.io/app/wq3kgjgt7st4jqqp4zna4w5fne?device=pixel4 |
|
Wake the fuck up samurai, we have PRs to merge [all PRs for @Overtorment] https://github.com/BlueWallet/BlueWallet/pulls/review-requested/Overtorment |

No description provided.