React Native has Margelo, Expo, SWMansion, and Callstack.
Blogs. Open source. Daily knowledge sharing.
What’s stopping Apple, Google, and Flutter communities from doing the same?
Always bet on community-driven technologies.
The React Native community just got a new powerhouse of knowledge.
🚨 Margelo’s blog is now live.
Expect deep dives into internals, performance, architecture, tooling, case studies, vision camera, and pixel-perfect mobile engineering.
Built by engineers pushing the ecosystem forward.
If you’re serious about React Native, check it out
The future of technology is not just happening in big cities, it’s happening right here in Anambra.
Expo Conf. Anambra 1.0 is creating a space where developers, innovators, founders, and tech enthusiasts can come together to share ideas, learn from each other,
in react native, there are generally four(4) ways to add native code to your apps
- raw dog it with JSI
- use Turbomodules by the React Native team
- use Expo modules by the Expo team
- use Nitro modules by Marc/Margelo
personally I think Nitro is the best regardless of if you're using expo/bare/ or @one__js :)
this is because Nitro supports writing C++, Swift/Kotlin code without the hassle of Obj-c/Java present in something like Turbomodules(expo modules doesn't support C++ )
it also has great type-safety using a tool called nitrogen for converting typescript-defined types to their closest equivalents in native Swift/C++/Kotlin.
lastly, it's the fastest of them all!
➕ Expo is additive.
If you have an existing bare React Native app and you want to modernize it there are clear, approachable steps you can take to begin adding Expo to your app.
We outlined them in this blog post (which was inspired by a conversation with a team hoping to add Expo a massive React Native app): https://t.co/FDEBm0MRK1
@amosuibk Bring the design come first and see personally prefer working on designs from figma
But sometimes designers can do something that looks bad from a Dev point of view so I can't really blame anyone.
React Native 0.84 is now available!
This release makes Hermes V1 the default JavaScript engine and ships precompiled iOS binaries by default — bringing significant performance improvements and faster build times to all React Native apps.
https://t.co/dTnGo2Uw8G