it sounds like you might have wasted your team's time previously and now they don't trust the code you put up with a PR. Maybe you can do something to improve your relationship with them?
As a sidenote, I highly doubt they are cooked longterm. Using AI is not exactly skilled labor. If they want or need I'm sure they could learn patterns/workflows in like an afternoon. As things go on it will only get easier to use.
Would you like to claim a limited time license for a /s for your reply? The use of this /s can be revoked at any time. You may only view the /s on a limited number of your own devices. A public display of this /s without prior written consent immediately invalidates your license to this /s, and you may be subject to a lawsuit in a specific court in West Texas where you must show up in person at a particular date with 48 hours notice.
This isn’t really true with React Native, Hermes as a JS engine is just drastically slower than JIT-enabled web view . Sure the “native” parts will theoretically be faster but your app code will be a lot slower. Just test how long a rerender takes in react native on a device than react on a browser for the same device.