Five React Native Libraries You Might Have Missed
Some useful React Native libraries to be sure to check out for your next mobile app project. - http://amp.gs/Qr6V
#reactnative
Some useful React Native libraries to be sure to check out for your next mobile app project. - http://amp.gs/Qr6V
#reactnative
Medium
5 React Native Libraries You Might Have Missed
Some useful libraries that you might have overlooked from the community.
Add Voice Recognition to React Native without Adding the Cloud
Quick and easy voice recognition often depends on a cloud service for implementation. However there a lots of good reasons—security, for example—why you don’t want to do it that way. - http://amp.gs/cLX8
#reactnative
Quick and easy voice recognition often depends on a cloud service for implementation. However there a lots of good reasons—security, for example—why you don’t want to do it that way. - http://amp.gs/cLX8
#reactnative
Medium
Add Voice Recognition to React Native Without Adding the Cloud
In the mobile space, it seems that cloud-based speech recognition has become the de-facto standard. Even in applications where losing…
React Native Authentication Flow, the Simplest and Most Efficient Way
Everything you need to know to implement authenticated access including connection to an authentication API, persisting that data and a mechanism for notifying your app of authentication state changes. - http://amp.gs/60qF
#reactnative
Everything you need to know to implement authenticated access including connection to an authentication API, persisting that data and a mechanism for notifying your app of authentication state changes. - http://amp.gs/60qF
#reactnative
Medium
React Native Authentication Flow, the Simplest and Most Efficient Way
Connect with API, persists data, and recover them in future sessions
Adding Image Upload to a React Native App with AWS Amplify
With Amplify, AWS is looking to make inroads into mobile app development. The tutorial author illustrates its use with this common application requirement. - http://amp.gs/bkIC
#reactnative
With Amplify, AWS is looking to make inroads into mobile app development. The tutorial author illustrates its use with this common application requirement. - http://amp.gs/bkIC
#reactnative
DEV Community
Adding image upload to a React Native app with AWS Amplify
Intro In this blog post I will detail how to leverage AWS Amplify, AWS Appsync and Amazon...
Build A React Native Component Library with Storybook
How to create a component library in React Native using both Storybook and Shopify Restyle. - http://amp.gs/j8ySi
#reactnative
How to create a component library in React Native using both Storybook and Shopify Restyle. - http://amp.gs/j8ySi
#reactnative
LogRocket Blog
Build a React Native component library with Storybook - LogRocket Blog
Easily build a component library in React Native with Storybook and Shopify Restyle, helpful tools that help keep a codebase organized.
Handling Mounting and Unmounting of Navigation Routes in React Native - http://amp.gs/jTsxb
#reactnative
#reactnative
Smashing Magazine
Handling Mounting And Unmounting Of Navigation Routes In React Native — Smashing Magazine
Often you need two different sets of navigation stacks for pre and post user authentication. Usually, to see more content, you have to be authenticated in some way. Let’s look at how to mount and unmount navigation stack based on a met condition in React…
Five Easy Methods to Implement Dark Mode in React Native
A look at different approaches for supporting dark mode in React Native apps. - http://amp.gs/jT5zq
#reactnative
A look at different approaches for supporting dark mode in React Native apps. - http://amp.gs/jT5zq
#reactnative
Buttercms
5 Easy Methods to Implement Dark Mode in React Native | ButterCMS
Dark mode provides better UX and conserves a lot of energy. This article covers 5 easy ways to implement dark mode in React Native.
React Native Component Libraries Every Mobile Developer Should Know - http://amp.gs/jtwy5
#reactnative
#reactnative
Medium
React Native Component Libraries Every Mobile Developer Should Know
React Native or RN is a popular open-source JavaScript-based mobile application framework. It allows developers to build natively rendered…
A Deep Dive into React Native’s New Architecture
A new architecture for React Native is being rolled out in 2022, as described in this post from the React Native team. Here are some independent observations. - http://amp.gs/jptA1
#reactnative
A new architecture for React Native is being rolled out in 2022, as described in this post from the React Native team. Here are some independent observations. - http://amp.gs/jptA1
#reactnative
Medium
Deep dive into React Native’s New Architecture
The React Native team has announced that the new architecture will be rolled out in 2022. Checkout their full blog here.
A Deep Dive into React Native’s New Architecture
A new architecture for React Native is being rolled out in 2022, as described in this post from the React Native team. Here are some independent observations. - http://amp.gs/jpgWU
#reactnative
A new architecture for React Native is being rolled out in 2022, as described in this post from the React Native team. Here are some independent observations. - http://amp.gs/jpgWU
#reactnative
Medium
Deep dive into React Native’s New Architecture
The React Native team has announced that the new architecture will be rolled out in 2022. Checkout their full blog here.
Security of React Native Libraries: The Bad, the Worse and the Ugly
A really deep dive into “issues in third party libraries that drastically affect the security of the main application”. These range from official guides which recommend insecure libraries through easily-misused APIs. - http://amp.gs/jpdl6
#reactnative
A really deep dive into “issues in third party libraries that drastically affect the security of the main application”. These range from official guides which recommend insecure libraries through easily-misused APIs. - http://amp.gs/jpdl6
#reactnative
Cossack Labs
Security of React Native libraries: the bad, the worse and the ugly | Cossack Labs
How to select a secure React Native library for your app. Sort out improper platform usage, easy to misuse API, deprecated and abandoned libraries – check our research of the React Native ecosystem security.
Flutter vs. React Native: Which is the Right Framework for You?
Even if you’re heavily into React, Google’s Flutter has probably popped up on your radar if you want to build a cross-platform app upon a single codebase. Isaac compares these two popular and competing options. - https://stackoverflow.blog/2022/10/31/comparing-frameworks-for-cross-platform-apps-flutter-vs-react-native/
#flutter #vs #reactnative
Even if you’re heavily into React, Google’s Flutter has probably popped up on your radar if you want to build a cross-platform app upon a single codebase. Isaac compares these two popular and competing options. - https://stackoverflow.blog/2022/10/31/comparing-frameworks-for-cross-platform-apps-flutter-vs-react-native/
#flutter #vs #reactnative
Stack Overflow Blog
Flutter vs. React Native: Which is the right cross-platform framework for you?
Building traditional native apps often requires maintaining two or more codebases. Let's look at two frameworks that let you keep your code unified.
Making Your React Native Gestures Feel Natural
Shopify is using React Native for its main shop app and has shared a few pointers to making React Native “gestures and animations feel better and more natural”. - https://shopify.engineering/making-react-native-gestures-feel-natural
#reactnative
Shopify is using React Native for its main shop app and has shared a few pointers to making React Native “gestures and animations feel better and more natural”. - https://shopify.engineering/making-react-native-gestures-feel-natural
#reactnative
Shopify
Making Your React Native Gestures Feel Natural
When working with draggable elements in React Native mobile apps, there are some simple ways to help gestures and animations feel better and more natural.
Push Notifications with Firebase Cloud Messaging in React Native
Google’s Firebase Cloud Messaging is an established push notification service—why not employ it to implement push for your React Native apps? - https://scientyficworld.org/push-notification-firebase-cloud-messaging/
#reactnative
Google’s Firebase Cloud Messaging is an established push notification service—why not employ it to implement push for your React Native apps? - https://scientyficworld.org/push-notification-firebase-cloud-messaging/
#reactnative
Scientyfic World
Push Notifications With Firebase Cloud Messaging In React Native App • Scientyfic World
In this tutorial, we will explore how to implement push notifications in your mobile app using Firebase Cloud Messaging (FCM).
Create a Hand-Drawing Component with React Native Skia - https://spin.atomicobject.com/2023/07/26/react-native-skia/
#reactnative
#reactnative
Atomic Spin
Create a Hand-Drawing Component Using React Native Skia
While searching for the ideal library, I came across React Native Skia — a high-performance 2D graphics library.
Implementing Dark Mode in React Native
Supporting dark mode is more important than ever as users have come to expect it—this guide explains how. - https://thoughtbot.com/blog/react-native-dark-mode
#reactnative
Supporting dark mode is more important than ever as users have come to expect it—this guide explains how. - https://thoughtbot.com/blog/react-native-dark-mode
#reactnative
thoughtbot
Implementing dark mode in React Native
Supporting dark mode is more important than ever as users come to expect this functionality. This guide will explain how it can be done!
Using GitHub Actions to Automate a React Native Workflow - https://elazizi.com/posts/5-github-actions-to-automate-your-react-native-workflow/
#reactnative #github #actions
#reactnative #github #actions
Elazizi
5+ Github Actions to Automate Your React Native Workflow
In this article, I will share with you 7+ Github Actions to Automate Your React Native Workflow.
Building AR Face Masks in React Native
This tutorial teaches how to build a custom augmented reality (AR) face mask using DeepAR and then subsequently using the result in a React Native application. - https://blog.logrocket.com/building-ar-face-masks-react-native/
#reactnative
This tutorial teaches how to build a custom augmented reality (AR) face mask using DeepAR and then subsequently using the result in a React Native application. - https://blog.logrocket.com/building-ar-face-masks-react-native/
#reactnative
LogRocket Blog
Building AR face masks in React Native - LogRocket Blog
Learn how to build Snapchat-like AR face mask filters for your React Native apps in this step-by-step tutorial.