Cargando…

Getting started with React Native : learn to build modern native iOS and Android applications using JavaScript and the incredible power of React /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Holmes, Ethan (Autor), Bray, Tom (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2015.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn935327033
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160120s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d N$T  |d IDEBK  |d VT2  |d YDXCP  |d COO  |d EBLCP  |d DEBSZ  |d DEBBG  |d OCLCQ  |d MERUC  |d OCLCQ  |d OCLCO  |d TEFOD  |d OCLCF  |d CEF  |d OCLCQ  |d OCLCO  |d UAB  |d OCLCQ  |d OCLCO  |d K6U  |d OCLCQ  |d OCLCO 
019 |a 933437715  |a 933442577  |a 951064673 
020 |a 9781785886232  |q (electronic bk.) 
020 |a 1785886231  |q (electronic bk.) 
020 |a 1785885189 
020 |a 9781785885181 
020 |z 1785885189 
020 |z 9781785885181 
024 3 |a 9781785885181 
029 1 |a AU@  |b 000057033400 
029 1 |a AU@  |b 000057877751 
029 1 |a CHNEW  |b 000881180 
029 1 |a CHVBK  |b 367175665 
029 1 |a DEBBG  |b BV043892763 
029 1 |a DEBBG  |b BV043968694 
029 1 |a DEBSZ  |b 473884976 
029 1 |a DEBSZ  |b 48579201X 
029 1 |a GBVCP  |b 882751573 
035 |a (OCoLC)935327033  |z (OCoLC)933437715  |z (OCoLC)933442577  |z (OCoLC)951064673 
037 |a CL0500000705  |b Safari Books Online 
037 |a FDE087B2-BDD4-4616-8417-4DCF352B0CAC  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.59 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 052000  |2 bisacsh 
082 0 4 |a 004.167  |2 23 
049 |a UAMI 
100 1 |a Holmes, Ethan,  |e author. 
245 1 0 |a Getting started with React Native :  |b learn to build modern native iOS and Android applications using JavaScript and the incredible power of React /  |c Ethan Holmes, Tom Bray. 
264 1 |a Birmingham :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed May 3, 2016). 
500 |a Includes index. 
520 8 |a Annotation  |b Learn to build modern native iOS and Android applications using JavaScript and the incredible power of ReactAbout This Book Learn to design and build a fully-featured application using the newest cutting-edge framework from Facebook Leverage your JavaScript skills to become a native app developer Develop custom UI components, implement smooth navigation, and access native features such as geolocation and local storageWho This Book Is ForThis book is for web developers who want to learn to build fast, good-looking, native mobile applications using the skills they already have. If you already have some JavaScript knowledge or are using React on the web, then you will be able to quickly get up and running with React Native for iOS and Android. What You Will Learn Set up the React Native environment on both devices and emulators Gain an in-depth understanding of how React Native works behind the scenes Write your own custom native UI components Learn the ins and outs of screen navigation Master the art of layout and styles Work with device-exclusive data such as geolocation Develop native modules in Objective-C and Java that interact with JavaScript Test and deploy your application for a production-ready environmentIn DetailReact Native is a game-changing approach to hybrid mobile development. Web developers can leverage their existing skills to write mobile applications in JavaScript that are truly native without using cross-compilation or web views. These applications have all of the advantages of those written in Objective-C or Java, combined with the rapid development cycle that JavaScript developers are accustomed to. Web developers who want to develop native mobile applications face a high barrier to entry, because they are forced to learn platform-specific languages and frameworks. Numerous hybrid technologies have tried to simplify this process, but have failed to achieve the performance and appearance that users expect. This book will show you all the advantages of true native development that React Native has without the steep learning curve, leveraging the knowledge you already have. We do this by getting you up and running quickly with a sample application. Next, we'll introduce you to the fundamentals of creating components and explain how React Native works under the hood. Once you have established a solid foundation, you will dive headfirst into developing a real-world application from start to finish. Along the way, we will demonstrate how to create multiple screens and navigate between them, use layout and style native UI components, and access native APIs such as local storage and geolocation. Finally, we tackle the advanced topic of Native modules, which demonstrates that there are truly no limits to what you can do with React Native. Style and approachThis book provides a simple and easy way to build mobile applications in JavaScript. Each topic takes you through the life cycle of creating a fully-functional native app, with detailed explanations of the entire process. 
505 0 |a Cover ; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Exploring the Sample Application ; Installing Xcode; Running the sample application; A sneak peek at the sample application; Experimenting with the sample application; Summary; Chapter 2: Understanding React Native Fundamentals ; The Virtual DOM; Components; Creating your first component; JSX; Back to our first component; Props and state; Props; State; Summary; Chapter 3: Beginning the Example Application ; Generating the Projects; Xcode and the iOS simulator. 
505 8 |a Android SDK and emulatorModifying the React Native starter template; Structuring the application; Creating the SimpleButton component; Navigation; The Navigator Component; Navigator. NavigationBar; The NoteScreen, first pass; Summary; Chapter 4: Working with Styles and Layout ; React CSS; Style Sheet; Styling the SimpleButton component; Layout and Flexbox; Flex container; Flex items; Horizontal and vertical centering; Absolute positioning; Styling the NavigationBar component; Changing the Android Material Theme; Styling the NotesScreen; Summary; Chapter 5: Displaying and Saving Data ; Lists. 
505 8 |a Understanding propsUsing state; Passing callbacks in props; Creating new notes; Using AsyncStorage; Deleting notes; Summary; Chapter 6: Working with Geolocation and Maps ; Introducing the Geolocation API; The location permission in iOS; Tagging notes with geolocation; NoteLocationScreen; MapView; Summary; Chapter 7: Integrating Native Modules ; Adding images to notes; Installing react-native-camera on iOS; Searching for Native Modules; Using the camera component; Viewing images; The Image component; Deleting images; Connecting the final pieces; Summary; Chapter 8 : Releasing the Application. 
505 8 |a Generating the static bundle in iOSTesting the static bundle in iOS; Creating an iOS release in Xcode; Generating the Android APK; Summary; Index. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a iOS (Electronic resource) 
630 0 0 |a Android (Electronic resource) 
630 0 7 |a Android (Electronic resource)  |2 fast 
630 0 7 |a iOS (Electronic resource)  |2 fast 
650 0 |a Mobile apps  |x Development. 
650 0 |a JavaScript (Computer program language) 
650 6 |a Applications mobiles  |x Développement. 
650 6 |a JavaScript (Langage de programmation) 
650 7 |a COMPUTERS  |x Computer Literacy.  |2 bisacsh 
650 7 |a COMPUTERS  |x Computer Science.  |2 bisacsh 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Hardware  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Information Technology.  |2 bisacsh 
650 7 |a COMPUTERS  |x Machine Theory.  |2 bisacsh 
650 7 |a COMPUTERS  |x Reference.  |2 bisacsh 
650 7 |a JavaScript (Computer program language)  |2 fast 
700 1 |a Bray, Tom,  |e author. 
776 0 8 |i Print version:  |a Holmes, Ethan.  |t Getting Started with React Native.  |d Birmingham : Packt Publishing, ©1900 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785885181/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4191343 
938 |a EBSCOhost  |b EBSC  |n 1130834 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33418515 
938 |a YBP Library Services  |b YANK  |n 12758481 
994 |a 92  |b IZTAP