React Native Note
  • React Native Note
  • Start
    • Environment On Mac
    • New Project and Run
    • IDE and Project Structure
    • Debug
  • Basic
    • Component (組件)
    • props and state
    • 基礎元件
    • Flexbox
    • FlatList
    • ListView
    • .SectionList
  • BASIC II
    • Import Library
    • Fetch
    • Native Module - iOS
    • Native Module - Android
    • EventEimtter - iOS
      • iOS static
    • Generating Signed APK - Android
    • Generating Signed IPA - iOS
    • Other
  • Advanced
    • Redux
      • Practice
    • Handling different environments
      • Practice
  • TEST
    • Jest
      • snapShot Testing
        • change code
      • function and state testing
      • identify element
      • test API with mock function
    • test props - Enzyme
  • MORE
    • Running On Real Device - iOS
    • Toast
    • Js Bundle時的白畫面(白屏)
  • TOOLS
    • Visual Studio Code
    • Debugging React Native
    • Atom's shortcuts
    • Command Line
      • Emulator For Android
  • Other
    • Using Webview as full wrapper in RN
    • Expo vs RN CLI
    • Use Android Emulator in VMware
Powered by GitBook
On this page
  • 推薦
  • Test
  • JS
  • 影片
  • 社群
  • 參考

React Native Note

note of learning react native..

推薦

  • React Native官網

  • React Native中文网

  • React Native Express

  • 從0到100打造一個React Native boilerplate

  • 賈鵬輝

    • React Native 研究與實踐

    • 技術博客

  • 開源項目大全 by MarnoDev

  • awesome react native

Test

  • React Native with Jest (video)

JS

  • JS進階 基本類型...

影片

  • ReactNative基礎與入門

社群

  • React Native知識庫

參考

Chrome devtools

  • 原文

  • 中文

NextEnvironment On Mac

Last updated 7 years ago