Summary 介紹 React Native 基礎介紹 開始使用 一般環境設定 虛擬機環境教學 ESLint 初始化專案 React.JS React.JS 介紹 關鍵的 Virtual DOM 資料與畫面的更新流程 React Component - 樂高式的 UI 組合 好直覺的 JSX 語法糖 Props - 傳遞資料的媒介 State - 動態更新的資料載體 Input 元件的資料流作法 Lifecycle - Component 的一生 Layout 設計 1. React Native Style 2. Flex 3. View 4. Text 5. Image 6. Image 7. Button 8. List 9. Fetch 網路 設定 與後端交互 Fetch WebSocket Native Bridge Introduction 1. 初始化專案 - 新增樣板與專案 1.1 修正樣板 Gradle 版本 2. 實作 Native module - 架構說明 2.1 實作原生 Toast 功能 3. Linking Projects 3.1 使用 yarn link 3.2 使用 react-native link 3.3 疑難解答 - 有問題嗎? 4. 在 RN 專案中使用 4.1 執行與驗證結果 5. 實作 Wifi Module 參考資料