whosblog

Less is more.

Enable New JSX transform with React Native 0.66+

#React Native

最近把一些舊專案升級到 React 17 為了 New JSX Transform 這個東西,根據官方文件做完對應的修改後,專案會無法啟動。原因是在 React Native 專案中所使用的 bundler 有一些預設設定的緣故。

Read More

Fastlane Error: Invalid UTF-8 continuation byte

#React Native

啟動 Hermes 後遇到錯誤。

Read More

A Network Error from Axios

#React Native

最近合作的專案中,在與後端合作時,遇到一個奇怪的現象,一開始以為是 bug 看了 Axios 原始碼後才知道,根本是我們的後端亂寫!哈,紀錄一下我的發現,以及我如何解決。

Read More

Upgrade RN version from 0.57.8 to 0.59.10

#React Native

Change react-native version to 0.59.0 manually.

Read More

Abort Fetch API

#React Native

筆記用。

Read More

Reactotron

#React Native

開發 React 應用的時候,可以試試這個工具。

Read More

Allows Any HTTPS Certificate

#React Native

開發環境中使用自簽憑證。

Read More

Send WebView a Message with React Native

#React Native

假如想讓 WebView 與 React Native 溝通的話可以用。

Read More

First React Native App

#React Native

使用 command-line.

Read More