Flutter for React Native Developers |1| by Stefan Majiros After working quite a long time (in frontend world) with React Native, I decided to try Flutter (it is never good being tied to single framework for long-time). This post will be about installation and environment of RN and Flutter.
Integrating Zoom SDK into React Native v.63.4 - Complete Tutorial This is tutorial about how to integrate Zoom SDK into React Native app. We will cover how to initialize Zoom SDK, join meeting and start meeting from the mobile device. For Android and iOS.
Native Android Fragments in React Native Recently I was integrating native Android components into React Native. It quite surprised me, that there are still some undocumented tricks and tips especially for adding more complex views or fragments in the Android ecosystem. In this post, I will try to write them down together.
Integrating Zoom SDK into React Native v.63.4 - Complete Tutorial - iOS March 2021 In this article I will show you techniques to integrate latest Zoom SDK into iOS apps built with React Native v 63.4. Android is covered in separate post too (link inside).
5 lessons learned while creating a React Native app from scratch October 2020 It was autumn 2019 when I decided to dive deep into waters of the React-Native. I had some previous experience with React, but no experience with native code and neither with cross-platform languages.
Roadmap To Master React Native October 2020 What do you need to master to be considered to be a React Native Expert? To gain precious knowledge, you should start with the following...
The SVGs inside React Native 0.61.5, 0.62 and Storybook October 2020 During my recent work with Storybook, I found small problems with SVG and react-native-svg package. So I thought I will share a few ideas that could save time for anybody else
Exporting React Native Storybook Components as Static Storybook Web App October 2020 In this article, I will focus on React Native and React (a bit) and explain how we can build a static web version of Storybook from React Native project.