Earlier quoted context omitted.
React Native isn't a web wrapper. It uses a Javascript engine to render native iOS/Android components (unlike Flutter, which doesn't use native components, and instead renders everything from scratch).
Because Flutter has it's own rendering engine, it's inherently more consistent in refresh rates and UI components. Although React Native shows Native elements, they vary slightly across different; devices, platforms, OS's etc.. this can create many weird edge cases, which makes it unreliable in some cases.
However, i'm surprised that i haven't found a similar post to OP detailing real-world React Native pain points.
Do you have more info ?