React Native 101 從打造一個線上商城開始
  • 環境安裝
  • 專案架構介紹與開始前的準備
  • 個人資訊-PersonalInfo
    • Layout 概念
    • View, Image, TextInput 元件介紹
    • 使用react-native-fetch-blob 來上傳照片
  • 商品管理介面-MerchandiseList
    • 元件介紹
  • 新建商品頁面-NewMerchandise
  • 商城頁面-MerchandiseGrid
  • 查看商品詳細頁面-MerchandiseDetail
  • 購物車頁面-ShoppingCart
  • 設定畫面Navigation
  • 使用Appetize.io
  • 修改專案名稱
  • 使用Expo
Powered by GitBook
On this page

Was this helpful?

使用Expo

Previous修改專案名稱

Last updated 5 years ago

Was this helpful?

有別於繁雜的Native 設定,EXPO讓你專注在JS 層的開發,無需準備native (JAVA, objective c ) 的code

  • 省去準備環境

  • 即時更新現有JS層的code

  • 提供Cloud IDE 做線上編輯

但如果已有Native Project 想使用EXPO提供的元件,可以安裝ExpoKit

參考資料:

https://medium.com/@paulsc/react-native-first-impressions-expo-vs-native-9565cce44c92