Stuart Jones

Results 25 comments of Stuart Jones

Hey @noomorph, sure. I use Detox `device.takeScreenshot` to generate screenshots for my iOS and Android app: - 5 devices (iphone8Plus, iphone11ProMax, iPadPro12Inch, pixel4, pixelTablet) - 15 languages - 6 screenshots...

Updating `react-native/scripts/find-node.sh` with the following patch fixed it for me: ``` diff --git a/node_modules/react-native/scripts/find-node.sh b/node_modules/react-native/scripts/find-node.sh index 84e930a..77cd0d0 100755 --- a/node_modules/react-native/scripts/find-node.sh +++ b/node_modules/react-native/scripts/find-node.sh @@ -19,12 +19,16 @@ fi # Define NVM_DIR...

Are you using your mac password or app store connect password? It should be your mac password

@pronebird there was an issue with xcode 14 beta 5 for me (M1 mac) so I had to run `xcversion install '14 beta 4'`

Hey @ikhattab, I experienced something similar and managed to fix it. More details here: https://github.com/davodesign84/react-native-mixpanel/issues/229

We are experiencing this on some older Android devices: Device: P2 Lite Manufacturer: Shenzhen JEKO Communication Co.,Ltd. OS: Android 7 ``` Fatal Exception: java.util.concurrent.TimeoutException android.security.keystore.AndroidKeyStoreUnauthenticatedAESCipherSpi$CBC$PKCS7Padding.finalize() timed out after 10 seconds...

Also getting the same issue with: ``` "react-native": "0.69.3", "react-native-reanimated": "^3.0.0-rc.0", ``` Looks like `react-native-vision-camera` is not compatible with `react-native-reanimated` v3 yet.

@ricardobeat will give that a go. Do you know of any examples?

> It looks like some of what you've added is already covered in a note just before step 3, but the folks on @getsentry/team-mobile will need to check this for...

@imatwawana Do you want me to update this PR or do you want to close and create a new one?