Close Menu
Soshace Digital Blog

    Subscribe to Updates

    Get The Latest News, Updates, And Amazing Offers

    What's Hot
    Entrepreneurship

    The Bootstrapped Guide To Set Up & Hire A Remote Workforce

    Trends

    Hot Topics in Web Development | 12 Hottest Trends for 2019

    Beginners

    A/B Testing Explained + a Collection of A/B Testing Learning Resources

    Important Pages:
    • Home
    • About
    • Services
    • Contact Us
    • Privacy Policy
    • Terms & Conditions
    Facebook X (Twitter) Instagram LinkedIn YouTube
    Today's Picks:
    • Scaling Success: Monitoring Indexation of Programmatic SEO Content
    • Leveraging Influencers: Key Drivers in New Product Launches
    • How Privacy-First Marketing Will Transform the Industry Landscape
    • The Impact of Social Proof on Thought Leadership Marketing
    • Balancing Value-Driven Content and Promotional Messaging Strategies
    • Top Influencer Marketing Platforms to Explore in 2025
    • Emerging Trends in Marketing Automation and AI Tools for 2023
    • Strategies to Mitigate Duplicate Content in Programmatic SEO
    Wednesday, September 10
    Facebook X (Twitter) Instagram LinkedIn YouTube
    Soshace Digital Blog
    • Home
    • About
    • Services
    • Contact Us
    • Privacy Policy
    • Terms & Conditions
    Services
    • SaaS & Tech

      Maximizing Efficiency: How SaaS Lowers IT Infrastructure Costs

      August 27, 2025

      Navigating Tomorrow: Innovations Shaping the Future of SaaS

      August 27, 2025

      Maximizing Impact: Strategies for SaaS & Technology Marketing

      August 27, 2025
    • AI & Automation

      Enhancing Customer Feedback Analysis Through AI Innovations

      August 27, 2025

      Navigating the Impact of AI on SEO and Search Rankings

      August 27, 2025

      5 Automation Hacks Every Home Service Business Needs to Know

      May 3, 2025
    • Finance & Fintech

      Critical Missteps in Finance Marketing: What to Avoid

      August 27, 2025

      Analyzing Future Fintech Marketing Trends: Insights Ahead

      August 27, 2025

      Navigating the Complex Landscape of Finance and Fintech Marketing

      August 27, 2025
    • Legal & Compliance

      Exploring Thought Leadership’s Impact on Legal Marketing

      August 27, 2025

      Maximizing LinkedIn: Strategies for Legal and Compliance Marketing

      August 27, 2025

      Why Transparency Matters in Legal Advertising Practices

      August 27, 2025
    • Medical Marketing

      Enhancing Online Reputation Management in Hospitals: A Guide

      August 27, 2025

      Analyzing Emerging Trends in Health and Medical Marketing

      August 27, 2025

      Exploring Innovative Content Ideas for Wellness Blogs and Clinics

      August 27, 2025
    • E-commerce & Retail

      Strategic Seasonal Campaign Concepts for Online and Retail Markets

      August 27, 2025

      Emerging Trends in E-commerce and Retail Marketing Strategies

      August 27, 2025

      Maximizing Revenue: The Advantages of Affiliate Marketing for E-Commerce

      August 27, 2025
    • Influencer & Community

      Leveraging Influencers: Key Drivers in New Product Launches

      August 27, 2025

      Top Influencer Marketing Platforms to Explore in 2025

      August 27, 2025

      Key Strategies for Successful Influencer Partnership Negotiations

      August 27, 2025
    • Content & Leadership

      The Impact of Social Proof on Thought Leadership Marketing

      August 27, 2025

      Balancing Value-Driven Content and Promotional Messaging Strategies

      August 27, 2025

      Analyzing Storytelling’s Impact on Content Marketing Effectiveness

      August 27, 2025
    • SEO & Analytics

      Scaling Success: Monitoring Indexation of Programmatic SEO Content

      August 27, 2025

      Strategies to Mitigate Duplicate Content in Programmatic SEO

      August 27, 2025

      Effective Data Visualization Techniques for SEO Reporting

      August 27, 2025
    • Marketing Trends

      How Privacy-First Marketing Will Transform the Industry Landscape

      August 27, 2025

      Emerging Trends in Marketing Automation and AI Tools for 2023

      August 27, 2025

      Maximizing ROI: Key Trends in Paid Social Advertising

      August 27, 2025
    Soshace Digital Blog
    Blog / JavaScript / React / React Native / React Native Lessons / Build Real-world React Native App #0: Overview & Requirement
    Beginners

    Build Real-world React Native App #0: Overview & Requirement

    Krissanawat KaewsanmuangBy Krissanawat KaewsanmuangNovember 6, 2020Updated:May 26, 2024No Comments6 Mins Read
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    Build Real-world React Native App #0: Overview & Requirement
    Build Real-world React Native App #1: Overview & Requirement
    Share
    Facebook Twitter LinkedIn Pinterest Email Copy Link
    Build Real-world React Native App #1: Overview & Requirement
    Build Real-world React Native App #1: Overview & Requirement

    This series for beginner to intermediate level React Native developers will guide you to build a simple app that serves post from WordPress API. It covers essential topics in the React Native development cycle such as React Hook, React Navigation, Dark mode, Offline handler, In-app purchase, and Admob. This book aims to teach you how to create real-world monetizing app features that deliver use cases such as Admob and pay to remove ads. We’ll be covering basic to intermediate topics:

    • React Navigation
    • React Native Paper
    • Dark Mode
    • Offline Handler
    • Push notification
    • In-App Purchase
    • and more.

    After you successfully complete this book, I guarantee that you will get your first feature-rich React Native app which you will be able to publish on the Play Store and App Store. Not to mention, make some money out of it.

    The demo of the App is available on the Play Store: You can access it via the following link: https://play.google.com/store/apps/details?id=com.kriss

    The demo of the App
    The demo of the App

    Chapter 1: Splash Screen and App Icon

    This chapter will go through the integration of the Splash screen and an App icon to our React Native application in a simple way.

     

    React native splash screen from ios and android
    React native splash screen from ios and android

    Chapter 2: Getting started with React Navigation

    In this chapter, we are going to make use of React navigation version 5. This chapter will show the creation of stack navigation and tabs navigation with icons from the vector icons package.

     

    React native paper home screen
    React native paper home screen

    Chapter 3: Home Screen with React native paper

    In this chapter, we are going to use a react native paper package for UI components to create Flatlist, Itemtiles, and also implement pull to refresh and infinite scroll.

    React native home screen with paper
    React native home screen with paper

    Chapter 4: Content placeholder

    This chapter will navigate through the addition of content placeholders. The idea is to show the content placeholders while the content is being loaded from the server.

    React native preloader
    React native preloader

    Chapter 5: Single Post screen

    In this chapter, we are going to create a post screen that shows all the details of the post along with bookmark and share icons.

    Single Post screen
    Single Post screen

    Chapter 6: Bookmark functionality

    In this chapter, we are going to make use of the AsyncStorage module in order to save bookmark data by creating a simple CRUD operation. We are also going to show posts that have bookmarked in tabs.

    Read More:  A Roundup Review of the Best Deep Learning Books
    React native bookmark with asyncstorage
    React native bookmark with asyncstorage

    Chapter 7: Display categories

    Here, we are going to create a screen that shows categories of a different post. Then, show the posts based on those categories.

     

     

    Display categories
    Display categories

    Chapter 8: Feedback

    In this chapter, we are going to use Formik and Yup packages in order to save feedbacks from end-users to the Firebase database then using cloud function forward the message to the inbox using Sendgrid.

     

    Feedback screen
    Feedback screen

    Chapter 9: Dark mode

    In this chapter, we are going to learn how to add dark mode to react-navigation and react-native paper with automatic and manual triggers. Lastly, we will use the react-native-darkmode package to trigger initial theme selection through operating system preference.

    React native darkmode
    React native darkmode

    Chapter 10: Offline handle

    In this chapter, we will learn how to use the React native NetInfo package to handle internet connectivity status in the app.

    Offline mode
    Offline mode

    Chapter 11: Admob

    This is the highlighted chapter where we learn how to add Admob to the app. We will also learn some tricks that persuade users to watch ads and create context component in order to share code.

    React native admob
    React native admob

    Chapter 12: In-App Purchase

    After the installation of Admob, we will want to offer ends users to pay in order to remove ads. This chapter follows this purpose by setting up an in-app purchase on iOS and Android. This chapter is considerably long.

    React native in-app purchase
    React native in-app purchase

    Chapter 13: Push notification with OneSignal

    This is one of the most important chapters. Here, we are going to implement push notification using the OneSignal package. The notification will persuade users to open the app again and again. This feature is the most important piece of the puzzle that makes our app ecosystem complete.

    React native push notification
    React native push notification

    Chapter 14: Publish on Play store

    Here, we complete the development of our app by creating a production release version APK. Then, we learn to publish the app in the play store. It will take almost two days for the app to be live in the store. Then, you guys can freely test the app. Until then, you guys can buy this ebook.

    Read More:  Create simple POS with React.js, Node.js, and MongoDB #13: Grouping, Sorting, Pagination

    Chapter 15: publish on AppStore

    Here, we are going to learn to publish the app in the iOS App Store. We learn how to add screenshots and the Archive app from Xcode. Then, upload to the app store connect and submit to review.

    Over time we will continually update this book by fixing issues, updating information, adding new relevant content, etc.

    Requirement

    There are some hardware and system requirements that you need to know before getting started with the first chapter.

    Computer specification

    • PC or Mac with RAM more than 8 GBs.
    • Android Smart Phone.
    • iPhone or iPad.

    The Gears I used…

    • MacBook Air with 8 GB RAM.
    • iPhone 8 Plus.
    • Android Neffos.

    Note that: If we use an actual device during the development stage, it will help to save RAM on your computing device and enables faster development workflow.

    Appstore and Play Store Developer Program

    App Store requires 99$/year in order to activate features like push notification and In-App purchase.
    Play Store requires 25$/year for the In-App purchase feature.

    WordPress Hosting

    In this book. we are going to use WordPress API for serving content to our app. If you want to follow this book, it is highly recommended to use the register domain name Namecheap because they offer WordPress Hosting name EasyWP that provides a month free trial along with a low price of 3.88$ per month and support up to 50,000 visitor which is less expensive.

    In this book, I use kriss.io which is my primary domain.

    Conclusion

    This first chapter exhibits the walkthrough and a brief overview of the entire series from start to end. The series is handcrafted step by step using the most modern and efficient techs available in the React Native ecosystem. Each chapter will be available in the GitHub repository as a separate branch. You can simply clone the repo then check out to the required branch and apply updates with your own version of the app.

     

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Krissanawat Kaewsanmuang
    • Website
    • X (Twitter)

    Developer Relation @instamobile.io

    Related Posts

    JAMstack Architecture with Next.js

    March 15, 2024

    Rendering Patterns: Static and Dynamic Rendering in Nextjs

    March 7, 2024

    Handling Mutations and Data Fetching Using React Query

    September 12, 2023
    Leave A Reply Cancel Reply

    You must be logged in to post a comment.

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo
    Don't Miss
    JavaScript July 20, 2020

    Create simple POS with React.js, Node.js, and MongoDB #9: CRUD Branch

    In this chapter, we are going to continue to implement CRUD operation for the general information of a grocery store. This is going to include the manipulation of the POS machine, Branch, Supplier, Employee, and customer data.

    React Native vs. Flutter: Which One Would Suit You Better?

    April 23, 2020

    Enim Facilisis Gravida Neque Convallis Cras Semper Auctor

    January 27, 2020

    Implementing Machine Learning in Web Applications with Python and TensorFlow

    April 7, 2023

    Categories

    • AI & Automation
    • Angular
    • ASP.NET
    • AWS
    • B2B Leads
    • Beginners
    • Blogs
    • Business Growth
    • Case Studies
    • Comics
    • Consultation
    • Content & Leadership
    • CSS
    • Development
    • Django
    • E-commerce & Retail
    • Entrepreneurs
    • Entrepreneurship
    • Events
    • Express.js
    • Facebook Ads
    • Finance & Fintech
    • Flask
    • Flutter
    • Franchising
    • Funnel Strategy
    • Git
    • GraphQL
    • Home Services Marketing
    • Influencer & Community
    • Interview
    • Java
    • Java Spring
    • JavaScript
    • Job
    • Laravel
    • Lead Generation
    • Legal & Compliance
    • LinkedIn
    • Machine Learning
    • Marketing Trends
    • Medical Marketing
    • MSP Lead Generation
    • MSP Marketing
    • NestJS
    • Next.js
    • Node.js
    • Node.js Lessons
    • Paid Advertising
    • PHP
    • Podcasts
    • POS Tutorial
    • Programming
    • Programming
    • Python
    • React
    • React Lessons
    • React Native
    • React Native Lessons
    • Recruitment
    • Remote Job
    • SaaS & Tech
    • SEO & Analytics
    • Soshace
    • Startups
    • Swarm Intelligence
    • Tips
    • Trends
    • Vue
    • Wiki
    • WordPress
    Top Posts

    Build Real-World React Native App #4 : Content Placeholder

    React Native November 27, 2020

    Dmitrii Gorobets. What do you like most about being a developer?

    Interview December 30, 2018

    Node.js Lesson 2: Modules and Exports

    Beginners September 7, 2020

    Learn JavaScript and React with the TOP JavaScript YouTube Channels

    JavaScript May 16, 2019

    Subscribe to Updates

    Get The Latest News, Updates, And Amazing Offers

    About Us
    About Us

    Soshace Digital delivers comprehensive web design and development solutions tailored to your business objectives. Your website will be meticulously designed and developed by our team of seasoned professionals, who combine creative expertise with technical excellence to transform your vision into a high-impact, user-centric digital experience that elevates your brand and drives measurable results.

    7901 4th St N, Suite 28690
    Saint Petersburg, FL 33702-4305
    Phone: 1(877)SOSHACE

    Facebook X (Twitter) Instagram Pinterest YouTube LinkedIn
    Our Picks
    Programming

    18. Node.js Lessons. Work With Files. Fs Module

    AWS

    Uploading Files To Amazon S3 With Flask Form – Part1 – Uploading Small Files

    Programming

    22. Чат Через Long-Polling. Чтение POST. Pt.2.

    Most Popular

    Consequat Mauris Nunc Congue Nisivitae Tellus Consectetur

    JavaScript

    Crafting an Effective Marketing Strategy for Your Startup

    Startups

    8 Best Bootstrap UI Kits – World’s Most Popular & Free UI Frameworks

    CSS
    © 2025 Soshace Digital.
    • Home
    • About
    • Services
    • Contact Us
    • Privacy Policy
    • Terms & Conditions

    Type above and press Enter to search. Press Esc to cancel.