Book Image

Lightning-Fast Mobile App Development with Galio

By : Alin Gheorghe
Book Image

Lightning-Fast Mobile App Development with Galio

By: Alin Gheorghe

Overview of this book

Galio is a free open source React Native framework that enables beginner-level programmers to quickly build cross-platform mobile apps by leveraging its beautifully designed ready-made components. This book helps you to learn about React Native app development while building impressive out-of-the-box apps with Galio. Lightning Fast Mobile App Development with Galio takes a hands-on approach to implementation and associated methodologies that will have you up and running and productive in no time. Complete with step-by-step explanations of essential concepts, practical examples, and self-assessment questions, you will begin by exploring the basics of React Native and understanding how Galio works. As you make progress, you'll learn how to initialize and configure a React Native app and get to grips with the basics of React Native development. You'll also discover how packages work and how to install Galio as the main dependency, along with understanding how and why Galio helps you to develop apps with ease. Finally, you'll build three practical and exciting apps using React Native and Galio. By the end of this app development book, you'll have learned how to use Galio to quickly create layouts and set up React Native projects for your personal ideas.
Table of Contents (14 chapters)

What this book covers

In Chapter 1, Introduction to React Native and Galio, you will learn about the power of React Native. There will be an easy introduction to what React Native is, and you will discover where Galio comes in and how it saves you time and stress.

In Chapter 2, Basics of React Native, you will learn about the basic concepts of React Native, such as JSX and the basic components this framework has to offer. You will also find out more about the correct directory structure for your apps and how you can make the most out of it. 

Chapter 3, The Correct Mindset, deals with the way any user should be looking at working with React. This will help you pick up some good habits for developing mobile apps and software. It also serves as a transition between the basics and actually creating your first cross-platform mobile app.

In Chapter 4, Your First Cross-Platform App, you will learn how to create your first cross-platform app through a hands-on example. This chapter is meant to serve as an introduction to packaging, how to use npm, and why Galio is needed.

In Chapter 5, Why Galio?, we'll go over the things Galio does best, how it can help you, and how reaching out and helping the community can benefit you. This will inspire you to be a productive member of the open source community and learn more about React Native. 

Chapter 6, The Basics of Mobile UI Building, helps you understand the basics of constructing a basic but beautiful UI for an app. You are probably sick of looking at ugly apps, and given the chance, you would want to create something beautiful. This chapter is all about how you can do that.

In Chapter 7, Exploring the State of Our App, you will see how the components behave side by side and understand how, why, and where to use Galio components. Doing this will help you develop your own way of critical thinking.

Chapter 8, Creating Your Own Custom Components, will teach you how to build your own components based on Galio. You will discover how to combine those already existing beautiful components into the ones that you need in your app.

Chapter 9, Debugging and Reaching Out for Help, will teach you how to debug your own app and reach out for help when you need it.

In Chapter 10, Building an Onboarding Screen, you will begin creating React Native apps; I've chosen the onboarding screen because it is usually the first screen you see when you open up an app.

In Chapter 11, Let's Build – Stopwatch App, you will learn how to combine your first screen and use React Navigation in order to connect it with the Stopwatch screen. This screen will be a bit more difficult because it has a real use case, but that will make things more rewarding.

Chapter 12, Where to Go from Here?, is where you will learn some more about React Native, Galio, and how to transform yourself in order to be a great and successful mobile developer.