Devansh Saini

Results 10 comments of Devansh Saini

@LA-Johan Thanks for opening the issue! While reviewing the output of npx @react-native-community/cli info, we couldn’t determine if the new architecture is enabled, could you let us know whether the...

According to my understanding looking into [TextLayoutManager](https://github.com/facebook/react-native/blob/130fb7fd30bc2cf5910fc31a445234aee63af642/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/text/TextLayoutManager.java#L63) or [CustomLineHeightSpan](https://github.com/facebook/react-native/blob/130fb7fd30bc2cf5910fc31a445234aee63af642/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/text/internal/span/CustomLineHeightSpan.kt#L20) might help you.

@BavlyAbdelmasih can u please verify if this is happening on latest react-native version `0.79.x`?

Hi @pavel-roj I cannot see modal in [snack](https://snack.expo.dev/@pavelroj/rn-modal-flicker-bug?platform=android) you have shared, if you have missed adding it by mistake can u please update it and share the link again so...

@klawijuice Can u please verify on this latest react native version `0.79.x`? Also can u please share a valid repro using [Reproducer Template](https://github.com/react-native-community/reproducer-react-native/generate) so it can be validated quickly. Thanks!

@faustoct1 Can you also try once on latest react-native version: `0.78.x` and let us know. Thanks

@JDMathew Thanks for raising this issue, could please verify if this is happening on latest react-native version `0.79.x`?

For me the problem was in PromptHelper, fixed it using `Settings._prompt_helper = PromptHelper(context_window=6000)`, default context window is 3900 tokens

I would like to migrate: [react/modules/blob/FileReaderModule.java](https://github.com/facebook/react-native/blob/main/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/blob/FileReaderModule.java)