Bun performance are great compared with Nodejs.
It allows to run ReactJs app. Is it possible to run also a react native app with Bun js runtime?
Bun performance are great compared with Nodejs.
It allows to run ReactJs app. Is it possible to run also a react native app with Bun js runtime?
Just install bun and run bun run start
assuming you have start
script in package.json pointing to react-native start
But I can't see the benefit of running react native over bun as bun will not be compiled into native (run on device).
If you're looking for better performance running your jsbundle just use Hermes