React Native Cookbook : Step-By-step Recipes for Solving Common React Native Development Problems /
React Native is perfect for creating mobile applications with maximized code reusability and cost saving. With this practical solutions guide by your side, you can build amazing UIs, tackle mobile development-related issues, and build high-performance apps for mobile environments.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing Ltd,
2019.
|
Edición: | 2nd ed. |
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover; Title Page; Copyright and Credits; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Setting Up Your Environment; Technical requirements; Installing dependencies; Installing Xcode; Installing Genymotion; Installing Node.js; Installing Expo; Installing Watchman; Initializing your first app; Running your app in a simulator/emulator; Running your app on an iOS simulator; Running your app on an Android emulator; Running your app on a real device; Running your app on an iPhone or Android; Summary; Further reading; Chapter 2: Creating a Simple React Native App
- Adding styles to elementsGetting ready; How to do it ... ; How it works ... ; There's more ... ; Using images to mimic a video player; Getting ready; How to do it ... ; How it works ... ; Creating a toggle button; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Displaying a list of items; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using flexbox to create a layout; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Setting up and using navigation; Getting ready; How to do it ... ; How it works ... ; See also
- Chapter 3: Implementing Complex User Interfaces
- Part ICreating a reusable button with theme support; Getting ready; How to do it ... ; How it works ... ; Building a complex layout for tablets using flexbox; Getting ready; How to do it ... ; There's more ... ; See also; Including custom fonts; Getting ready; How to do it ... ; How it works ... ; See also; Using font icons; Getting ready; How to do it ... ; How it works ... ; See also; Chapter 4: Implementing Complex User Interfaces
- Part II; Dealing with universal applications; Getting ready; How to do it ... ; How it works ... ; See also
- Detecting orientation changesGetting ready; How to do it ... ; There's more ... ; Using a WebView to embed external websites; Getting ready; How to do it ... ; How it works ... ; Linking to websites and other applications; Getting ready; How to do it ... ; How it works ... ; See also; Creating a form component; Getting ready; How to do it ... ; How it works ... ; Chapter 5: Implementing Complex User Interfaces
- Part III; Introduction; Creating a map app with Google Maps; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Creating an audio player; Getting ready; How to do it ...
- How it works ... There's more ... ; Creating an image carousel; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Adding push notifications to your app; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Implementing browser-based authentication; Getting ready; How to do it ... ; How it works ... ; See also; Chapter 6: Adding Basic Animations to Your App; Introduction; Creating simple animations; Getting ready; How to do it ... ; How it works ... ; Running multiple animations; Getting ready; How to do it ... ; How it works ... ; Creating animated notifications; Getting ready