nikhiltekwani09

Results 15 comments of nikhiltekwani09

Have raised the PR for the fix: https://github.com/software-mansion/react-native-screens/pull/2311

@kirillzyusko the things were working perfectly prior to android R The commit that generated the issue: https://github.com/software-mansion/react-native-screens/commit/52f13c69af80e92fdf7c58aaa9645c4d20aee297 And I have considered the keyboard height using WindowInsetsCompat.Type.ime() as this gives a...

Yes but that is always returning a 0 value and earlier it was returning the keyboard height Do you suggest any other workaround to fix the issue?

Yes that is why I manually added ime insets. Also the issue is happening without fabric as well.

Yes I would also wait for the comments from the maintainers now

@robertsLando the problem is that react native is now giving the stack trace and that is the reason I have not shared here. You can also check the screenshot. Also...

@robertsLando I am also able to use with react native successfully with hermes enabled in both android and iOS The issue is happening only when hermes is disabled and the...

@MaximoLiberata or can someone else help on this?

@MaximoLiberata I have created an example app using mqtt version 5.7.2 where issue is reproducible Repo Link: https://github.com/nikhiltekwani09/MqttExample In file https://github.com/nikhiltekwani09/MqttExample/blob/master/App.tsx - I have added a todo to remove a...