Dmytro Rykun

Results 13 comments of Dmytro Rykun

Hello @nmanvitha , `TypeError: null is not an object (evaluating 'U.networkType.value')` makes me think that this may be not a React Native issue. To help us investigate, please do the...

@nmanvitha unfortunately without those details we cannot help. It is important for us to be sure that we are working on actual React Native issues here.

It is fixed here: https://github.com/facebook/react-native/commit/79baca678a743560fa16fdd551f1d0d018d34304 It is in the main branch and in 0.70.0-rc.2, but not in 0.69.3

Hello @adithyamenu, if I understand you correctly, you expect the List to automatically scroll to some section position after its content is changed. That's not how it actually behaves. The...

@adithyamenu thank you for the clarification!

Hello @bandhavya! Could you please share the version of Node.js that you are using. Quick mitigation would probably be to upgrading to the latest version.

@admirsaheta this error means that the `LEGACY_RNCViewPager` native component is not exported from native. Assuming you are on the old architecture, you should have either of the two: 1. `LEGACY_RNCViewPager`,...

@admirsaheta > While I did observe improvements locally using this approach Could you describe the improvements in more details? > still would consider it good practice to avoid unnecassary re-inits...

@admirsaheta could you please add more details, describe how you test this, and what is the improvement that you're seeing.