Burak Güner
banner
atlj.dev
Burak Güner
@atlj.dev
https://github.com/atlj React Native @callstack.com, maintainer of React Native Builder Bob
breaking for sure
November 3, 2025 at 3:46 PM
wow did it take too long to get something trivial working?
September 11, 2025 at 8:37 PM
Static Hermes is a method that compiles JavaScript with sound types to actual native code.
March 6, 2025 at 8:50 AM
Get started with Nitro Modules today:
hubs.li/Q036lmmV0
Bridgeless Native Development | {callstack}
Learn how to optimize React Native performance with Turbo and Nitro Modules. Ditch the legacy bridge and master modern native module development.
hubs.li
February 13, 2025 at 8:56 AM
Since the introduction of new architecture support, the community has been constantly asking for first class swift support for native libraries. This release finally brings that feature with Nitro Modules.
February 13, 2025 at 8:56 AM
The latest version of Create React Native Library (although we prefer to call it Bob), comes with built-in support for NitroModules, so you can create them as quickly as they are in some of the benchmarks we’ve seen 🏎️
February 13, 2025 at 8:56 AM
You can check this out reactnative.dev/docs/build-s.... You need to install ccache and set ccache_enabled to true in your Podfile.
Speeding up your Build phase · React Native
Building your React Native app could be expensive and take several minutes of developers time.
reactnative.dev
February 2, 2025 at 1:31 PM
I strongly recommend enabling ccache on iOS builds. No way I'm going back
February 1, 2025 at 10:36 AM
🤤🤤
January 28, 2025 at 6:28 PM
I wouldn't start with an empty repo since it might be a bit tricky to get the library autolinked. That's why I mentioned create-react-native-library, you can add the gradle task and remove anything else you won't need while constantly ensuring it gets autolinked.
January 22, 2025 at 2:02 PM
And when it comes to creating the task, you can see the gradle docs docs.gradle.org/current/user...
And here's a gradle task from create-react-native-library we use to call codegen github.com/callstack/re...
Understanding TasksGradleThemeGithubGradle
docs.gradle.org
January 22, 2025 at 2:00 PM