In this chapter, we use React navigation version 5 for bootstrap app navigation and create a blank screen to show how it works finally we setup react native vector icons for add icon to tabs.
Build Real-world React Native App #1: Splash screen and App Icon
In the first step, we are going to implement the Splash Screen using the latest version of React Native and plugins. Major steps in this tutorial are going to take place in Xcode as we need to configure the iOS part of the app for displaying the Splash Screen.
Build Real-world React Native App #0: 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.
Create simple POS with React.js, Node.js, and MongoDB #17: Stat screen
Now, we are going to implement the final chapter for this tutorial series where we are implementing a graphical representation section on our dashboard screen. In the dashboard screen, we are going o display the statistics from the database using the react-chart.js library.
Create simple POS with React.js, Node.js, and MongoDB #16: Order Screen
In this chapter, we are going to create an order page. The order page displays the products and the calculator to help calculate the total price. Finally, we will save the transaction to the database.
Create simple POS with React.js, Node.js, and MongoDB #15: Simple RBAC
In this chapter, we are going to continue from where we left off from the previous chapter intuitive with a plethora of functionalities.
Create simple POS with React.js, Node.js, and MongoDB #14: Export PDF, Excel, CSV, Bulk Delete, Inline Editing
In this chapter, we are going to continue from where we left off from the previous chapter. We are about to add more features to our react table to make it feature-rich and dynamic. Here, we are going to add features like document export, bulk delete, and inline editing.
Create simple POS with React.js, Node.js, and MongoDB #13: Grouping, Sorting, Pagination
In this chapter we are going to integrate grouping and sorting features to our react table along with pagination.
Create simple POS with React.js, Node.js, and MongoDB #12 : Getting started with React Table
In this chapter, we are going to learn something new and tackle another challenge. We are going to upgrade the boring old general table feature to a rich full-fledged table with features like filtering, sorting, pagination, grouping, etc.
Create simple POS with React.js, Node.js, and MongoDB #11: CRUD with Relation
In this chapter, we are going to continue to implement CRUD operation for the Relation data and assign the POS machine to branch.