Skip to content

Lightning Fast Mobile App Development with Galio, Published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Lightning-Fast-Mobile-App-Development-with-Galio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightning Fast Mobile App Development with Galio

Lightning Fast Mobile App Development with Galio

This is the code repository for Lightning Fast Mobile App Development with Galio, published by Packt.

Build stylish cross-platform mobile apps with Galio and React Native

What is this book about?

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.

This book covers the following exciting features:

  • Explore Galio and learn how to build beautiful and functional apps
  • Familiarize yourself with the Galio ecosystem
  • Discover how to use npm and understand why Galio is needed
  • Get to grips with the basics of constructing a basic but attractive UI for an app
  • Find out how you can utilize Galio's ready-made components
  • Use Galio to drive the process of quickly building cross-platform mobile apps
  • Build three practical and exciting apps with React Native and Galio

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

const MostPlayedGame = () => {
    return (
        <Block style={styles.container}>
            <Image
                style={styles.image} 
                source={{uri: 'https://via.placeholder.com/300'}} />
            <Text size={15} color="#707070">Most played game: League of Legends</Text>
        </Block>
    );
}

Following is what you need for this book:

This book is for developers who are looking to learn new skills or build personal mobile apps. Anyone trying to change their job as well as beginners and intermediate web developers will also find this book useful. A basic understanding of CSS, HTML, and JavaScript is needed to get the most out of this book.

With the following software and hardware list you can run all code files present in the book (Chapter 1-12).

Software and Hardware List

Chapter Software required OS required
1 - 12 Homebrew Macos only
1 - 12 Chocolatey Windows only
1 - 12 Text Editor Windows and macOS both
1 - 12 Android Studio Windows and MacOS both
1 - 12 Xcode MacOS only

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Alin Gheorghe is a web developer based in Bucharest, Romania. After he created his first iOS game at the age of 15, he fell in love with the world of mobile applications. He has worked with a wide range of different technologies while also developing his love of music and photography. He truly believes coding is just another form of art which requires the developer to think outside the box.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781801073165

About

Lightning Fast Mobile App Development with Galio, Published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published