Dalci de Jesus Bagolin
Dalci de Jesus Bagolin
I think this case can now be handled with a plugin.
I tried to implement it with a plugin. But with the current API, it is not possible. I am reopening the issue.
Maybe these projects can help: - [ericvicenti/universe](https://github.com/ericvicenti/universe/blob/master/universal/src/react-navigation-web/createBrowserApp.js) - [Jekiwijaya/react-navigation-browser-history-helpers](https://github.com/Jekiwijaya/react-navigation-browser-history-helpers)
Bob uses Babel and expo-module-scripts uses [tsc](https://github.com/expo/expo/tree/master/packages/expo-module-scripts#build) to compile the files. But the generated code for both are almost the same: **Bob**: ```javascript function _extends() { _extends = Object.assign ||...
Ok, it is done. Version 0.3.1 I hope you have success with Esbuild in react-native.
Ok, thanks. Fixed on v0.3.2
https://github.com/facebook/react-native/commit/1d3fa40c59b234f21f516db85c322ec0ed0311e0 > ### **Add setNativeProps to Fabric** > Summary: > changelog: Introduce setNativeProps to Fabric > > Add support for `setNativeProps` in Fabric for backwards compatibility. **It is still recommended...
This should work: ```$ tsc --outDir js -p ./ --noEmit false --target esnext```
See https://github.com/satya164/react-native-tab-view/issues/1067