Tag: react-native

React Native NFC Tags

How to use NFC tags in React Native

Dev

With NFC tags, you can easily transfer small amounts of information, like app URLs, encrypted bank accounts, and more.

Chiamaka Umeh
Aug 22, 2022 ⋅ 5 min read
React Logo

fastlane: Build, test, and ship React Native apps

Dev

Learn how to use fastlane and GitHub Actions in React Native projects to simplify the build and release for iOS and Android apps.

Mukesh Mandiwal
Aug 22, 2022 ⋅ 8 min read
React Native Vs Vue And Capacitor For Mobile App Development

Comparing React Native vs. Vue and Capacitor

Dev

Let’s compare mobile app development with React Native vs. Vue and Capacitor now that Vue Native has been deprecated.

Samson Omojola
Aug 16, 2022 ⋅ 8 min read
React Native Credit Card Scanner

How to build a credit card scanner with React Native

Dev

Improve UX in your mobile applications with React Native by implementing a credit card scanning feature using your device’s camera and text recognition.

Rupesh Chaudhari
Aug 8, 2022 ⋅ 7 min read
Using React Native ScrollView To Create A Sticky Header

Using React Native ScrollView to create a sticky header

Dev

Create a custom sticky header with React Native ScrollView that shrinks, expands, and changes color on scroll to enhance your app’s UX.

Kingsley Ubah
Jul 21, 2022 ⋅ 6 min read
Creating Split OTP input Fields In React Native

Creating split OTP input fields in React Native

Dev

OTPs can be a daunting task because of the TextInput required. We can split the display to create one box for each OTP digit.

Taofiq Aiyelabegan
Jul 18, 2022 ⋅ 8 min read
React Native touchable vs. pressable components

React Native touchable vs. pressable components

Dev

Learn the difference between touchable and pressable components in React Native, and how to implement different effects with each kind.

Shalitha Suranga
Jul 11, 2022 ⋅ 12 min read
Redux Persist React Native

How to use Redux Persist in React Native

Dev

Even when we leave our app and come back later, Redux Persist fetches the data from AsyncStorage and initializes the Redux store with it.

Chiamaka Umeh
Jun 27, 2022 ⋅ 5 min read
Integrate react native components native apps

How to integrate React Native components into native apps

Dev

Learn how to integrate React Native into native apps to gain access to a vast array of shared codebases.

David Ekanem
Jun 17, 2022 ⋅ 4 min read
Xamarin vs. React Native

Xamarin vs. React Native

Dev

This post compares the benefits and drawbacks of Flutter, React Native, and Xamarin to help you decide which cross-platform mobile framework is best for your next project.

Hady ElHady
Jun 15, 2022 ⋅ 7 min read
React Native News Feed

How to create a news feed in React Native

Dev

Create a news feed application with minimal code using React Native for iOS and Android.

Rupesh Chaudhari
Jun 13, 2022 ⋅ 21 min read
Understanding React Native Env Variables

Understanding React Native env variables

Dev

What are env variables, and why are they useful in React Native? Learn how to create and use env variables in React Native.

Chimezie Innocent
Jun 9, 2022 ⋅ 7 min read