Skip to main content

3 docs tagged with "React Native"

View All Tags

Clone 其他 React Native 專案跑在本地端

不同於一般 Web 前端專案通常只要 yarn 或是 npm install (Node 版本也要對) 安裝好套件後就可在本地端執行。React Native 專案跑在本地端需要多一些步驟,本文以 iOS 為例簡述在要跑的指令與筆者碰過的問題。

Using localstorage in React Native

在 React Native 執行環境中,不像在瀏覽器有 window 物件及底下很多方法可以使用。例如 localstorage、alert 等等。

建置 React Native 開發環境

建議搭配官方文件觀看,本文以 iOS 為例,主要紀錄安裝套件時所遇到的問題與簡略說明建置流程。