Go From Zero To Hero: Be Cross-Platform Devs With React Native

Rate this content
Bookmark
Slides

We know if we have the fundamental of JavaScript and React knowledge, we can build cross-platform apps. But how many of you have tried out? Learning once and shipping for several operating systems sounds so cool. Don’t you want to experience how it’s easy to transfer your JS & React knowledge and powerful built-in APIs to extend your dev skills? In this talk, we’ll see some facts from a developer perspective and a few examples of how you can transfer your JS & React knowledge.

10 min
06 Jun, 2023

Video Summary and Transcription

Cross-platform development allows you to build apps compatible with multiple devices or operating systems, reusing 50 to 80 percent of your code. React Native has a wide range of third-party libraries for using APIs. Code examples cover React Native standalone case and with content management system, exploring built-in core components and third-party library APIs. Content management systems simplify content editing and asset swapping, allowing real-time editing and easy asset uploads. The importance of knowing built-in APIs for mastering cross-platform technologies and building scalable, easy-to-maintain applications is highlighted.

Available in Español

1. Introduction to Cross-platform Development

Short description:

Hi, everyone. Thanks for watching my talk. Let's have a look at Go From Zero to Hero, the cross-platform developers with React Native. There are three takeaways from my talk: cross-platform development potential, ecosystem and cross-platform development technologies, and React Native examples. Cross-platform development allows you to build apps compatible with multiple devices or operating systems. You can reuse 50 to 80 percent of your code. Cross-platform applications like Discord have millions of downloads. Learning JavaScript and React gives you a solid foundation for cross-platform development. The cross-platform ecosystem includes JavaScript-based technologies such as React Native and Ionic Native scripts.

Hi, everyone. Thanks for watching my talk. And less than 10 minutes from now, let's have a look at Go From Zero to Hero, the cross-platform developers with React Native. My name is Arisa, and I'm a DevRel engineer at Storyblock.

So there are three takeaways from my talk. The first takeaway, cross-platform development potential. Second takeaway, ecosystem and cross-platform development technologies. And the third takeaway will be React Native examples.

There are a few notes that I want you to keep in your mind. So this talk is for the cross-platform and the React Native beginners. And the purpose is to aim for showing more front-end technology possibilities. And lastly, I'm going to mainly show you the Web and mobile OS examples.

So what is cross-platform development? First of all, it is a way to build apps that are compatible with multiple devices or operating systems. So let me tell you this, if you build the applications with cross-platform technologies, you can actually reuse 50 to 80 percent of your code. And a cross-platform application like Discord actually has 74 million downloads. And not just only Discord. There are multiple numbers of cross-platform build applications, but here's the little comparison with native apps. So WhatsApp, Messenger, Snapchat, they have quite close numbers of downloads. But you could see how scalable the cross-platform application could be.

So now we know cross-platform development has quite good numbers and effects. But let me tell you this, there are many HD frameworks out there for cross-platform technologies. So you cannot just learn all in one day. But let me also tell you this, if you know JavaScript and React, you already have more than the fundamental. So here's the comparison about the learning cost. So while the native application technologies are requiring you to study the new programming languages such as Java, Swift, you do not actually need to learn the new programming languages from scratch if you choose JavaScript based cross-platform development technologies. There are lots of pros and cons, what is good and what is maybe not fitting depending on different cases.

So let's talk about some of the cross-platform ecosystem. Like I said in the beginning of this talk, and also as you can see in this talk title, we're going to see together the JavaScript based technologies, such as React Native, Ionic Native scripts. And between these technologies, there are a couple of differences. Such as React Native and Native Script can ship with some of the pre-built.

2. Comparison of Ionic and React Native

Short description:

Ionic provides fully adapted components, while React Native has partially adapted components. The point is to choose the best option depending on your cases. React Native has a wide range of third-party libraries for using APIs. Do your own research to find the best approaches and technologies.

On the other hand, Ionic will ship actually with loads of pre-built. The other difference is the other example would be like the React Native actually has partially adapted components while Native Script can provide mostly adapted components. And also Ionic also provides differently, such as fully adapted components. If you see these comparisons, then you might wonder why you're going to talk about React Native. It doesn't sound like the best technology out there. But the point is not to push you to use the one certain technology that I like to use. It is not the point. The point is choosing the best option depending on your cases. And the examples, pros and cons comparison I showed you is just very little information. We are going to see React Native has quite outstanding numbers of the third party libraries to use the APIs on the fly, etc. I would let you do your own little research about choosing the best approaches and technologies out there.

3. Code Examples and Third-Party Libraries

Short description:

Let's move on to the code examples. We'll see two examples: React Native standalone case and with content management system. We have two options for previewing our applications: Snack, which works on the browser, and X-Bot, an app for previewing on a physical device. We'll cover the use of built-in core components like view, image, stylesheet, and pressable. The pressable component is unique and can handle various touch events. We'll also explore third-party library APIs, focusing on modifying images from the camera roll and saving them to the media library.

But let's move on to the fun part, code examples. We are going to see two examples in this talk. The first one will be React Native standalone case and the other one will be with content management system.

Let's have the options first of all to preview our applications. There are two options that I would like to introduce you. The first one is called Snack, which works on the browser. So you're going to see from this Snack preview that within different OS, in this case minimum three of them can share one code, and you can have the same preview. Moving on to the physical device, you know, like a preview option. In this case I installed an app called X-Bot, and that's why you can see my mobile device in the screen, that I can actually have a preview of the application that I am building right now.

Moving on to the use built-in, moving on to the example of using the built-in core components, and don't worry about if you don't know anything about basic components or pressable, written in here, we are going to cover, you know, like, what is necessary, you know, like, to have the information and have the understanding of the content you're going to see. So this view component will work as a reference component, and this image component stands for what you could imagine to render the image components. This style sheet would also represent, as you could guess, CSS style sheets. This pressable component is a little bit unique because that's something you probably didn't have to consider about, you know, like, web and web applications. So it works as an alternative of the button, but it will detect, you know, more various touch events such as single touch or long press. And here's the pressable component example based on what we learned together along with the other components. So when you choose, when you click this choose photo text, and it will prompt an alert, and should work all the same in the different OSes, iOS, Android, web. And the point is, I brought this text component with the pressable component that you can call as an API. And by doing so, you can do all the same, you know, you can apply, you know, all the same features into the different OSes.

Moving on to the third party library API examples. In this case, we are going to see two examples. But like I said, React Native has really an outstanding numbers of third party library APIs available. But to make things, you know, like simple, we're going to have a look at two APIs to build this up to modify the images that you select from the camera roll, then, you know, like change the size or scale from the editor and you can save that into the camera roll. And moving on to the workflow part, so there are three steps. So first of all, let's check or request the permissions to access to the media library. So to do that, let's use an API, media library. And with a combination of the hook code use permissions, you'll be able to ask the permissions or request the permissions to access to the camera roll. And moving on already to the second workflow, which is saving the files at the user's media library. And to do that, again, use the API, media library. But this time we are going to use save to library async. So by calling this functionality, you will be able to save the files at the given local URI, to the user's camera roll.

4. Workflow, Content Management, and Summary

Short description:

The last workflow involves taking a screenshot of the view using the useRef hook and the capture ref API. Cross-platform development is based on the component-based approach with similar syntax and advanced app-ready APIs. Content management systems simplify content editing and asset swapping, allowing real-time editing and easy asset uploads. Implementing this logic involves initializing the API, obtaining the access token, and rendering dynamic components. The talk's summary highlights the importance of knowing built-in APIs for mastering cross-platform technologies and building scalable, easy-to-maintain applications. URLs for trying out the examples are available in the GitHub report.

Last workflow would be like taking a screenshot of the view and return the image. And to do that, we can use actually the hook provided from the React Native site called useRef, so this useRef would be able to return the mutable ref object. And this object would be persisting for the whole lifetime. And let's use together with the capture ref API to take the screenshot of the view and return the image for the users.

So based on what we saw together, remember what we learned. So almost all of them are based on the component-based approach. So syntax is almost the same, and you saw advanced app-ready APIs are already prepared for you.

So moving on to the other example together with the content management system, I need to tell you actually so far you need to help editing the content, which is a nightmare. But here's the good news for you. You do not need to do that. If you serve the content from the content management system, because CMS will serve content across different devices and always from the one place. And here's the example, you can see that. So your content editor will be able to access to, let's say, like in this case, Visual Editor on the SOAR block, and they can edit the content in real-time. Of course swapping the assets also would be very easy because there is the UI ready for the users to do that. So they can upload any kind of assets if they want to.

So to implement these kind of logic, here's all the secrets behind. The configuration would be a little bit different depending on the content management system you choose. But the example you saw with the SOAR block would be initialising the API coming from content management system, get the access token, and render the dynamic components.

So here's the summary of my talk. Knowing the built-in APIs will give you the shortcut to master the cross-platform technologies. You saw how you can build a scalable and easy to maintain applications with cross-platform technologies. So that will be all actually about my talk, and if you're interested in to try out some of the examples Vimo and showed you, there are URLs available in the GitHub report.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

React Advanced Conference 2023React Advanced Conference 2023
29 min
Raising the Bar: Our Journey Making React Native a Preferred Choice
At Microsoft, we're committed to providing our teams with the best tools and technologies to build high-quality mobile applications. React Native has long been a preferred choice for its high performance and great user experience, but getting stakeholders on board can be a challenge. In this talk, we will share our journey of making React Native a preferred choice for stakeholders who prioritize ease of integration and developer experience. We'll discuss the specific strategies we used to achieve our goal and the results we achieved.
React Finland 2021React Finland 2021
27 min
Opensource Documentation—Tales from React and React Native
Documentation is often your community's first point of contact with your project and their daily companion at work. So why is documentation the last thing that gets done, and how can we do it better? This talk shares how important documentation is for React and React Native and how you can invest in or contribute to making your favourite project's docs to build a thriving community
React Day Berlin 2023React Day Berlin 2023
29 min
Bringing React Server Components to React Native
React Server Components are new topic in community, bunch of frameworks are implementing them, people are discussing around this topic. But what if we could use React Server Components in React Native? And bring all optimisation features that RSC allows to mobile apps? In this talk I would present what we are able to do with RSC in React Native!
React Advanced Conference 2021React Advanced Conference 2021
21 min
Building Cross-Platform Component Libraries for Web and Native with React
Top Content
Building products for multiple platforms such as web and mobile often requires separate code-based despite most of the components being identical in look and feel. Is there a way where we could use shared React component library on different platforms and save time? In this presentation I'll demonstrate one way to build truly cross-platform component library with a unique approach of using React & React Native in combination.

Workshops on related topic

React Advanced Conference 2022React Advanced Conference 2022
81 min
Introducing FlashList: Let's build a performant React Native list all together
Top Content
WorkshopFree
In this workshop you’ll learn why we created FlashList at Shopify and how you can use it in your code today. We will show you how to take a list that is not performant in FlatList and make it performant using FlashList with minimum effort. We will use tools like Flipper, our own benchmarking code, and teach you how the FlashList API can cover more complex use cases and still keep a top-notch performance.You will know:- Quick presentation about what FlashList, why we built, etc.- Migrating from FlatList to FlashList- Teaching how to write a performant list- Utilizing the tools provided by FlashList library (mainly the useBenchmark hook)- Using the Flipper plugins (flame graph, our lists profiler, UI & JS FPS profiler, etc.)- Optimizing performance of FlashList by using more advanced props like `getType`- 5-6 sample tasks where we’ll uncover and fix issues together- Q&A with Shopify team
React Summit 2022React Summit 2022
117 min
Detox 101: How to write stable end-to-end tests for your React Native application
Top Content
WorkshopFree
Compared to unit testing, end-to-end testing aims to interact with your application just like a real user. And as we all know it can be pretty challenging. Especially when we talk about Mobile applications.
Tests rely on many conditions and are considered to be slow and flaky. On the other hand - end-to-end tests can give the greatest confidence that your app is working. And if done right - can become an amazing tool for boosting developer velocity.
Detox is a gray-box end-to-end testing framework for mobile apps. Developed by Wix to solve the problem of slowness and flakiness and used by React Native itself as its E2E testing tool.
Join me on this workshop to learn how to make your mobile end-to-end tests with Detox rock.
Prerequisites- iOS/Android: MacOS Catalina or newer- Android only: Linux- Install before the workshop
React Summit Remote Edition 2021React Summit Remote Edition 2021
60 min
How to Build an Interactive “Wheel of Fortune” Animation with React Native
Top Content
Workshop
- Intro - Cleo & our mission- What we want to build, how it fits into our product & purpose, run through designs- Getting started with environment set up & “hello world”- Intro to React Native Animation- Step 1: Spinning the wheel on a button press- Step 2: Dragging the wheel to give it velocity- Step 3: Adding friction to the wheel to slow it down- Step 4 (stretch): Adding haptics for an immersive feel
React Advanced Conference 2023React Advanced Conference 2023
159 min
Effective Detox Testing
Workshop
So you’ve gotten Detox set up to test your React Native application. Good work! But you aren’t done yet: there are still a lot of questions you need to answer. How many tests do you write? When and where do you run them? How do you ensure there is test data available? What do you do about parts of your app that use mobile APIs that are difficult to automate? You could sink a lot of effort into these things—is the payoff worth it?
In this three-hour workshop we’ll address these questions by discussing how to integrate Detox into your development workflow. You’ll walk away with the skills and information you need to make Detox testing a natural and productive part of day-to-day development.
Table of contents:
- Deciding what to test with Detox vs React Native Testing Library vs manual testing- Setting up a fake API layer for testing- Getting Detox running on CI on GitHub Actions for free- Deciding how much of your app to test with Detox: a sliding scale- Fitting Detox into you local development workflow
Prerequisites
- Familiarity with building applications with React Native- Basic experience with Detox- Machine setup: a working React Native CLI development environment including either Xcode or Android Studio
React Summit 2023React Summit 2023
88 min
Deploying React Native Apps in the Cloud
WorkshopFree
Deploying React Native apps manually on a local machine can be complex. The differences between Android and iOS require developers to use specific tools and processes for each platform, including hardware requirements for iOS. Manual deployments also make it difficult to manage signing credentials, environment configurations, track releases, and to collaborate as a team.
Appflow is the cloud mobile DevOps platform built by Ionic. Using a service like Appflow to build React Native apps not only provides access to powerful computing resources, it can simplify the deployment process by providing a centralized environment for managing and distributing your app to multiple platforms. This can save time and resources, enable collaboration, as well as improve the overall reliability and scalability of an app.
In this workshop, you’ll deploy a React Native application for delivery to Android and iOS test devices using Appflow. You’ll also learn the steps for publishing to Google Play and Apple App Stores. No previous experience with deploying native applications is required, and you’ll come away with a deeper understanding of the mobile deployment process and best practices for how to use a cloud mobile DevOps platform to ship quickly at scale.
JSNation 2023JSNation 2023
111 min
Bringing Your Web App to Native With Capacitor
WorkshopFree
So, you have a killer web app you've built and want to take it from your web browser to the App Store. Sure, there are a lot of options here, but most will require you to maintain separate apps for each platform. You want your codebase to be as close as possible across Web, Android, and iOS. Thankfully, with Capacitor, you can take your existing web app and quickly create native iOS and Android apps for distribution on your favorite App Store!
Contents: This workshop is aimed at beginner developers that have an existing web application, or are interested in mobile development. We will go over:- What is Capacitor- How does it compare to other cross-platform solutions- Using Capacitor to build a native application using your existing web code- Tidying up our application for distribution on mobile app stores with naming conventions, icons, splash screens and more