List of videos

Become a Sponsor at React Universe Conf 2025

Sponsoring React Universe Conf 2025 offers a unique opportunity to align your brand with a leading event in the software development industry. This will provide significant exposure to a highly engaged and rapidly growing audience. Here are some key benefits of sponsoring: ➝ Brand Visibility & Global Exposure: Your brand will be prominently displayed to a large audience of React & React Native developers, both in-person and online. This includes logo placement on various conference materials and digital platforms. ➝ Community Engagement: Engage directly with the React & React Native community through a conference booth, potential speaking opportunities, and a dedicated Discord channel. ➝ Thought Leadership: Demonstrate your company's commitment to the React & React Native ecosystem and position your brand as a thought leader in the industry. ➝ Customized Sponsorship: We offer a range of sponsorship packages and are open to custom accommodations upon request, allowing you to choose a sponsorship experience that best aligns with your marketing goals. ➝ Recruitment and Talent Acquisition: React Universe Conf 2025 attracts a diverse pool of talent, from budding developers to seasoned professionals, providing a unique opportunity to meet potential candidates in person and assess their skills and fit for your organization. ➝ Networking Opportunities: Access a community of React & React Native enthusiasts and community leaders for meaningful connections, collaborations, and potential partnerships. ➝ Targeted Reach: Engage with decision-makers, developers, and tech leaders actively shaping the React ecosystem. Join us!

Watch
Creating Design Systems in React Native - Marek Fořt | React Native EU 2023

📖 About the talk Over the last year, we built a new design system in React Native for our Shopify apps. What does that entail? What principles have we used? How do you build a design system that is scalable while ensuring that any component provides the best UX out-of-the-box? 🗣 Speaker Bio Marek Fořt is a software engineer at Shopify working on the Shopify Mobile app and its React Native design system. Get your tickets for React Native EU 2024: https://ti.to/react-native-eu/react-native-eu-2024/ Check out more about React Native EU conference: https://www.react-native.eu/?utm_campaign=React_Native_EU&utm_source=youtube&utm_medium=social Visit the organizer's website: https://www.callstack.com/?utm_campaign=React_Native_EU&utm_source=youtube&utm_medium=social Follow us on Twitter to stay up to date: https://twitter.com/react_native_eu

Watch
A peek into React Navigation 7 - Satyajit Sahoo | React Native 2023

📖 About the talk React Navigation is one of the most popular navigation libraries. The upcoming version brings further refinements and adds some long-requested features. In this talk, we will share some highlights of React Navigation 7, such as the new optional static API, and how you can test them out and provide feedback. 🗣 Speaker Bio React Native and Web developer who specializes in JavaScript, TypeScript, and all things frontend related. Satya has created and maintained many open source libraries for React Native & Web such as React Navigation, React Native Paper, React Native Builder Bob, Linaria etc. Creator of React Navigation 5 and Linaria. Get your tickets for React Native EU 2024: https://ti.to/react-native-eu/react-native-eu-2024/ Check out more about React Native EU conference: https://www.react-native.eu/?utm_campaign=React_Native_EU&utm_source=youtube&utm_medium=social Visit the organizer's website: https://www.callstack.com/?utm_campaign=React_Native_EU&utm_source=youtube&utm_medium=social Follow us on Twitter to stay up to date: https://twitter.com/react_native_eu

Watch
Join Abi at the React Native EU 2022 conference!

Join Abi at the React Native EU 2022 conference and get a chance to meet and learn from the React Native trendsetters, superstars by listening to their talks! Book your free spot in the link below: https://www.react-native.eu/?utm_campaign=React_Native_EU&utm_source=youtube&utm_medium=social&utm_content=abi_reel_registration

Watch
Become a sponsor at React Native EU Conference 2022

Become a sponsor at the largest React Native focused & Community driven Conference and reach an audience of 2 000 000 people worldwide! Promote your brand among top React & React Native experts! By sponsoring React Native EU you will: ➥ increase brand recognition ➥ expand your professional network ➥ build a talent pool of top devs Check our packages for more details: https://www.react-native.eu/sponsorship-opportunities React Native EU Conference 2022 | SEPT 1–2, 2022 ONLINE twitter: https://twitter.com/callstackio linkedin: https://www.linkedin.com/company/callstack instagram: https://www.instagram.com/callstackteam/ facebook: https://www.facebook.com/callstack.dev tiktok: https://www.tiktok.com/@callstack

Watch
Bringing the New React Native Architecture to the OSS community - N. Corti | React Native EU 2022

At the end of 2021, we successfully rolled out the New React Native Architecture in the Facebook app. Now, it’s time to empower every React Native developer on the globe to use the New React Native Architecture, both the new Fabric renderer and the new TurboModule system. But migrating an entire ecosystem to a New Architecture is no easy task. To support the whole community in this endeavor, we lined up a set of tools and materials that will help both app and library developers to join us in this journey. In the talk, we will present how the New React Native Architecture looks in the OSS space. We will discuss the impact this will have on developing React Native projects. Lastly, we will cover what we learned from the React Native New Architecture migration at Meta, and how you can tackle your migration in your organization. Speaker Bio Nicola Corti is a Google Developer Expert for Kotlin. He has been working with the language since before version 1.0, and he is the maintainer of several open-source libraries and tools for mobile developers. He's currently working in the React Native Core team at Meta, building one of the most popular cross-platform mobile framework. Furthermore, he is an active member of the developer community. His involvement goes from speaking at international conferences to being a member of CFP committees and supporting developer communities across Europe. In his free time, he also loves baking, podcasting, and running. Check out more about React Native EU conference: https://www.react-native.eu/ and follow us on Twitter to stay up to date: https://twitter.com/react_native_eu

Watch
Changing React Native... from within! - Adam Foxman | React Native EU 2022

React Native has been used across Microsoft a lot, over the last few years. Only recently, though, we have realized how its developer experience and its community are in a precarious situation. We decided, then, to approach the problem in the most impactful way possible: by going straight to the source! Join us in this talk to hear what we are doing to make life better for everyone in the community, from open sourcing new tools, to creating new cross-company groups and even in collaborating directly with Meta in the core codebase (and not just there!). As a smart person once said: “a rising tide lifts all boats” - and we, we want to be the moon! Speaker Bio Adam is a principal software engineer at Microsoft. He spent his first 20 years building C++ apps and products, and in 2018, he made the leap to JavaScript and React Native and hasn't looked back. Adam is a developer experience enthusiast, a tool builder, and a creative storyteller. When Adam's not working, he's adventuring with his family, making something out of wood or Lego, working on his house, or tinkering with some new piece of tech. Check out more about React Native EU conference: https://www.react-native.eu/ and follow us on Twitter to stay up to date: https://twitter.com/react_native_eu

Watch
How to access all the Objective-C APIs using JSI - Jamie Birch | React Native EU 2022

The JavaScript Interface (JSI) allows us to access native APIs directly from the JS context. Unlike traditional JSON bridge-based native modules, API access is synchronous and even non-serialisable data types can be expressed. However, JSI is largely undocumented, so it may be unclear how to use it. In this talk, we'll learn how to write JSI code to bridge any individual API from the Objective-C runtime to JS and demonstrate how we could even bridge *all* the APIs the Objective-C runtime offers, by walking through the approach used in the shirakaba/react-native-native-runtime GitHub repository. Speaker Bio A cross-platform hobbyist and ex-Smart TV app developer, Jamie enjoys putting JavaScript in places it doesn't belong, usually with a view to building apps for foreign language study. Check out more about React Native EU conference: https://www.react-native.eu/ and follow us on Twitter to stay up to date: https://twitter.com/react_native_eu

Watch
How we made our app 80% faster, a data structure story - Marin Godechot | React Native EU 2022

After reading dozens of "React Native Performance Tips" blog posts and trying many performance tweaks, our app was still slow... until we found a fix that made our app 80% faster. In this talk you will hear about the steps we went through on our never-ending journey for performance, what worked and what didn’t, and how ultimately a simple data structure fix solved most of our performance issues. Speaker Bio Marin is a software engineer at Birdie where he built frontend, backend, and mobile products. Experienced in React and React Native, he is now focusing on improving the performance, stability, and developer experience of Birdie's React Native mobile app. Check out more about React Native EU conference: https://www.react-native.eu/ and follow us on Twitter to stay up to date: https://twitter.com/react_native_eu

Watch