随笔分类 - React Native
摘要:With React Native you use ActivityIndicatorIOS to show or hide a spinner. In this lesson we combine ActivityIndicatorIOS with our HTTP requests in ord
阅读全文
摘要:The way you make HTTP requests in React Native is with the Fetch API. In this video we'll talk about Fetch and how to work with promises. As we build
阅读全文
摘要:In React, components manage their own state. In this lesson, we'll walk through building a component which manages it's own state as well as using Tex
阅读全文
摘要:Inside the app component, we use NavigatiorIOS to render the compoent: This is like rouer. 'initialRoute': for the initial loading, it will loads 'Mai
阅读全文
摘要:We'll download the requirements for getting started with React Native, refactor our app to ES6, walk through debugging, and talk about the philosophy
阅读全文