Create React Native without Expo

2022-04-03 · 1 min read

最近開始接 react native 但係又唔係用 expo
很多時候網上既教學都係教你用 expo
所以就寫呢個 post 比自己記得點用 Create React Native App CLI
來建立 react native app

解決方法:

npx react-native init [project name]

hope you find it useful