Expo Snack is an open-source platform for running React Native apps in the browser. It dynamically bundles and compiles code and runs it in the Expo Go or in a web-player. Code can be saved as "Snacks" and easily shared with others. Snacks can also be embedded to show "live" preview...
Expo Snack Expo Snack 是一個線上的 React Native playground,使用 Expo 的 SDK 執行 可以在線上建立一個簡單專案,並讓程式碼在網頁上的手機模擬器或是自己的手機上運行,並且包含 debug console 功能。 Expo Snack 並沒有辦法在線上打包 App,也不能隨意安裝其他套件,若想要有更多控制權,則需要輸出下載成 Expo ...
Summary I'd like to test Lottie files in a Snack using lottie-react-native, but I get the following error when I try to add the package as a dependency in package.json: Failed to resolve dependency 'lottie-react-native@6.7.0' (Cannot res...