robingullo
robingullo
React Native Owl [patches React.createElement](https://github.com/FormidableLabs/react-native-owl/blob/74d3aa9009675d712973f188c79ed2d4f1bf22e6/lib/client/client.ts#L76) to track testIDs. But with `jsxRuntime: 'auto'`, this method is never used, the compiler instead uses [`jsx` method from `'react/jsx-runtime'`](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#whats-different-in-the-new-transform). It should be patched as...
@douglowder If it's not too much to ask, could you also release this a 0.72.6-2 patch ? That would be a great help for my team 😃
@douglowder Thank you for the example repo, it helped me a lot! It did not take source file modifications into account, but I made it work by changing the dependencies...