Davyd NRB

Results 56 issues of Davyd NRB

## 🐛 Bug Report ### Environment expo-camera: 4.0.0 react-native: 0.59.8 react-native-unimodules: 0.3.1 ### Steps to Reproduce Use own code from [Camera basic-example](https://docs.expo.io/versions/latest/sdk/camera/#basic-example) ### Expected Behavior When you clicking on the...

Android
Camera

Commit: https://github.com/facebook/react-native/commit/5854b11bf9d42bab9dbe62b9152a3d3a94e42c13 RN: 0.70.x +

CLA Signed

Issue: #3167 - Preview: https://deploy-preview-3342--react-native.netlify.app/docs/next/typescript - `@tsconfig/react-native` already recommend `es2019` (see: [`bases/react-native.json#L10`](https://github.com/tsconfig/bases/blob/96274973952a623d9f2e310987ceb4a19dcc362c/bases/react-native.json#L10)) - Commit: https://github.com/tsconfig/bases/commit/ff86e2c43c883837a5e07800697be435641a3b1d - `react-native-template-typescript` use by default `@tsconfig/react-native` (see : [`template/tsconfig.json#L3`](https://github.com/react-native-community/react-native-template-typescript/blob/5b22365750a285feddf7a3db26450cda4fe4cd1d/template/tsconfig.json#L3) - PR: https://github.com/react-native-community/react-native-template-typescript/pull/281

CLA Signed

## Summary: `Image.getSize/getSizeWithHeaders` are still working in old fashioned "callback" way ```tsx Image.getSize(uri, function success(width,height) { }, function failure(){ } ); // undefined Image.getSizeWithHeaders(uri, headers, function success(width,height) { }, function...

CLA Signed
Shared with Meta

### What happened? starting from rn73 `*.java` files was convened to `*.kt` so auto-linking doesn't work properly ```bash npx rnn-link /tmp/Rn73/node_modules/react-native-navigation/autolink/postlink/path.js:10 exports.rootGradle = mainApplicationJava.replace(/android\/app\/.*\.java/, 'android/build.gradle'); ^ TypeError: Cannot read properties...

platform: Android
user: looking for contributors
type: accepted/bug

### What happened? ```tsx Navigation.events().registerComponentDidDisappearListener(event => { // event doesn't invoke on Android 13,12,11 :( when user jump between tabs }) ``` I found out that `Navigation.setDefaultOptions({bottomTabs: {visible: false},});` trigger...

platform: Android
type: accepted/bug

**Describe the bug** Hi bam engineers. can you explain how the next line should works https://github.com/bamlab/react-native-image-resizer/blob/96721a2c346c3254e28bf48e81cd4ed7815d24e3/android/src/main/java/com/reactnativeimageresizer/ImageResizer.java#L560-L562

## Motivation - Please update the following actions to use Node.js 20:actions/checkout@v2,actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3. - For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Thanks for submitting a PR! Please read these instructions carefully: - [x] Explain the **motivation** for making this change. - [x] Provide a **test plan** demonstrating that the code is...

**Requirements:** - ts only - Jest version 28+ only - auto-fixable - should cover `as jest.MockedFunction` type casting - should cover `as jest.Mock` type casting - should fix all the...

new rule