gracekrcx / weekly-notes

4 stars 0 forks source link

Expo SDK #118

Open gracekrcx opened 2 years ago

gracekrcx commented 2 years ago

這句在 Expo SDK 每頁都出現,所以是什麼意思呢? If you're installing this in a bare React Native app, you should also follow these additional installation instructions.

bare React Native app : react native app without Expo

進入 doc 後找 Installation in bare React Native projects 需要加一些東西在 Info.plist and then run expo install ....

Difference between create-react-native-app and Expo?

blog.expo.dev You can now use Expo APIs in any React Native app 在原生 React Native 应用中使用 Expo API

如果 eject 後想用 expo expo project 轉 react native cli

What is the difference between react-native cli and Expo with Bare workflow? Why I Don’t Want to Use React Native With Expo