List of videos

React Native EU 2021: Satyajit Sahoo - React Navigation 6.x, fresh from the oven

This talk was presented during the React Native EU 2021 - the largest community conference in the world focused exclusively on React Native. Abstract: It was not long ago when we released React Navigation 5, and announced it at RNEU. So I'm back again, this time with React Navigation 6. In this talk, I'll go through some highlights of React Navigation 6 and how it improves the DX, and discuss the reasons behind a major version bump. Satya is a maintainer of React Navigation who has been contributing to React Navigation from almost the beginning, and lead the work behind React Navigation 5. He also maintains many other Open Source libraries besides React Navigation. Besides buildings components with React & JavaScript, he also like to cook delicious food and play video games. Twitter: https://twitter.com/satya164 Github: https://github.com/satya164

Watch
React Native EU 2021: Mateo Silguero - H*ck yourself

This talk was presented during the React Native EU 2021 - the largest community conference in the world focused exclusively on React Native. Abstract: Mobile apps could be vulnerables. There is a lot of tools for penetration testing, disassembling and software forensics, and if we don't protect our apps, the source code, our secrets, or even users data, could be in danger. In this talk, we gonna see some tools and technics to understand how to prevent the app from being hacked, and what things you should consider about store/handle user data. Hi ! I'm Mateo Silguero, a mobile developer based on Argentina. I'm 25 years old, and a huge fan of React Native and web technologies. Lately im focusing on mobile security. I work at ank (https://www.ank.app/) a fintech startup from my country. Twitter: https://twitter.com/mateosilguero1 Github: https://github.com/mateosilguero Additional Links: slides: https://drive.google.com/file/d/18_69vtdHZJzUWlh6n_TOOOL_Pk4dQdaJ/view?usp=sharing demo code: https://github.com/mateosilguero/rn-eu-2021

Watch
React Native EU 2021: Khalef Hosany - Unlocking the next generation of desktop app with React Native

This talk was presented during the React Native EU 2021 - the largest community conference in the world focused exclusively on React Native. Abstract: Unlocking the next generation of desktop apps with React Native Microsoft is excited to share with you how React Native for desktops (Windows, macOS) has enabled key partners and our own teams to build highly performant and accessible experiences. We’ve doubled down and invested heavily in React Native – come learn what’s next for React Native for desktops. Bio: I am a Principal Engineering Manager at Microsoft. My team works on the core runtime of React Native for Windows and contributes to React Native for Android. Github: https://github.com/Khalef1

Watch
React Native EU 2021: Aleksandra Desmurs Linczewska - What if I want to be a game dev?

This talk was presented during the React Native EU 2021 - the largest community conference in the world focused exclusively on React Native. Abstract: React Native offers a rich ecosystem of libraries and tutorials on app development. But what if what you want to develop are games? Is that possible in React Native? I'm here to tell you that it's absolutely possible! You can rely on plain old JavaScript or you can take advantage of a tool called Unity3D. We will look at how Unity can be integrated into a React Native project and what we can build in Unity. About the speaker: Aleksandra is a frontend and mobile app developer living in Poland. She started working as a developer almost 10 years ago. She has participated in a variety of projects, both big and small, boring and challenging, innovative and well… regular :) Outside of work she has 2 kids, and a few very cute pets. Twitter: https://twitter.com/p_syche_ GitHub: https://github.com/p-syche Additional Links: List of all the links from the presentation: https://docs.google.com/document/d/1_DRvfJXGQ47Itzm99BSWnZ7td_JxJlWnSVutOFlGrNc/edit?usp=sharing

Watch
React Native EU 2021: Shivay Lamba - Machine Learning with React Native using MediaPipe and TFLite

This talk was presented during the React Native EU 2021 - the largest community conference in the world focused exclusively on React Native. Abstract: This talk gives an introduction about MediaPipe which is an open source Machine Learning Solutions that allows running machine learning models on low powered devices and helps integrate the models with mobile applications. It gives these creative professionals a lot of dynamic tools and utilizes Machine learning in a really easy way to create powerful and intuitive applications without having much / no knowledge of machine learning beforehand. So we can see how MediaPipe can be integrated with React Native, one of the most popular frameworks for creating cross platform applications. Giving easy access to include machine learning use cases in cross platform apps built using React Native. About the speaker: Shivay Lamba is a software developer specializing in DevOps, Machine Learning and Full Stack Development. He is an Open Source Enthusiast and has been part of various programs like Google Code In and Google Summer of Code as a Mentor and is currently a MLH Fellow. He has also interned at organizations like EY, Genpact. He is actively involved in community work as well. He is a TensorflowJS SIG member, Mentor in OpenMined and CNCF Service Mesh Community, SODA Foundation and has given talks at various conferences like Github Satellite, Voice Global, Fossasia Tech Summit, TensorflowJS Show & Tell. Twitter: https://twitter.com/howdevelop GitHub: https://github.com/shivaylamba

Watch
React Native EU 2021: Akshat Paul - Real Time video communication made easy with RN (and WebRTC)

This talk was presented during the React Native EU 2021 - the largest community conference in the world focused exclusively on React Native. Abstract: With WebRTC, you can add real-time communication capabilities to your mobile applications. In this talk I will take you step by step how easy it is to build a video chat application using React Native and WebRTC. The talk will introduce you to standard WebRTC application architecture of accessing the media devices, opening peer connections, discovering peers, and start streaming. We will implement all this with some live coding and demo using React Native. About the speaker: Akshat Paul is a software architect and author of many books most recently React Native for Mobile Development,The Ruby Workshop and RubyMotion iOS Development Essentials. He is also a seasoned technical reviewer on the topics of React, React Native, and Micro services with top publishers. He has extensive experience in mobile and web development. In other avatars, Akshat frequently speaks at conferences on various technologies. He was a guest speaker at React JS Case Study Festival, Cross Platform Mobile Summit, the TheDevTheory Conference India, Devops@scale Amsterdam, React Native Conference EU, RubyConfIndia, and the #inspect-RubyMotion Conference Brussels. He was also the keynote speaker at technology leadership events in Bangkok and Kuala Lumpur on TDD. Besides writing code, Akshat spends time with his family, is an avid reader, and is obsessive about healthy eating. More information about Akshat can be found at https://www.akshatpaul.com/. Twitter: https://twitter.com/paulakshat GitHub: https://github.com/akshatpaul

Watch
React Native EU 2021: Sanket Sahu - Building Accessibility Hooks for React Native & Web

This talk was presented during the React Native EU 2021 - the largest community conference in the world focused exclusively on React Native. Abstract: Accessibility shouldn't be a choice that developers should make. It should go without asking. Syncing states, adding the support of screen readers and keyboard interactions can be cumbersome. My team and I have built a set of React hooks that make it easy to build accessible React Native and Web components that complies with the WAI-ARIA standards. It's an adoption of React Aria (by Adobe) in React Native for mobile platforms. The web support is also enabled using React Native Web to make universal components that are accessible by default on all the platforms. We call it React Native Aria. Let's talk about it! About the speaker: Sanket is the founder of GeekyAnts - a Design and Development studio that is the team behind popular Open Source projects such as NativeBase, BuilderX, SyncState, and others. He is on a mission to empower everyone to build things and has spoken at conferences such as ReactNative EU, React Europe, ReactDay Bangalore, and others. Fun fact - he is also amazing at playing the guitar and has a studio at home! Twitter: https://twitter.com/sanketsahu Github: https://github.com/sanketsahusoft Additional links: Slides: https://drive.google.com/file/d/12iQiDhRIfhfCMS5nlZM6CRD2SxDto74V/view?usp=sharing

Watch
React Native EU 2021: Grant Sander - Modern Animating in RN - an Introduction to Reanimated V2

This talk was presented during the React Native EU 2021 - the largest community conference in the world focused exclusively on React Native. Abstract: Animation is a crucial element of modern mobile UI development. The JS-to-Native bridge that makes React Native so great also has implications for animation, since declarative and performant animations should be declared on one side of the bridge and executed on the other while making as few trips across the bridge as possible. In this talk, I'll introduce an animation tool, React Native Reanimated 2, and how it helps simplify this mental model for performant animations while providing power-user tools for complex animations. I'll provide some real-world use-cases for Reanimated 2, and how it can fit into your React Native workflow even if you're not an animation expert. About the speaker: I am a software engineer that loves using JS to make cool things. I am focused primarily on mobile app development work with React Native, but I also try to stay up to date with the happenings in the web front-end space. I have a formal background in mathematics and education which has led to a soft spot for mobile UX and animation. Twitter: https://twitter.com/gksander93 Github: https://github.com/gksander Additional links: Slides and demo materials from the talk: https://github.com/gksander/rn-eu-2021-reanimated.

Watch
React Native EU 2021: Monica Restrepo - What went wrong?! Deep dive into debugging RN applications

This talk was presented during the React Native EU 2021 - the largest community conference in the world focused exclusively on React Native. Abstract: "One of the “funnest” tasks for every developer of any sort of application is getting to understand What Went Wrong. Debugging the code, you so certainly thought was running right and understanding why now it isn’t. This talk aims to deep dive into React Native’s debugging tools, compare the React Native Debugger, Flutter, Reactotron, and selecting the right tools and strategies to debug the most common type of problems you can get when debugging your mobile application. " About the speaker: Monica is currently working as a Mobile Software Engineer at Equinox Media while also finishing her master's in Software Engineering at the New York Institute of Technology. She has focused a big portion of her Engineering experience on Mobile development, especially React Native applications for companies like MLS and SaygeLink; as well as getting to understand the way things work the way they do from “the bottom - up.” Monica is a ML enthusiast, a -none of the best you have ever seen- snowboarder and surfer and, a forever learner. Twitter: https://twitter.com/imrestrepo Github: https://github.com/iamrestrepo

Watch