1
react-native bundle --platform ios --dev false --entry-file index.ios.js --bundle-output index.ios.bundle --assets-dest ./
輸出,並在Web瀏覽器的框架預覽。東西幾乎完全像Facebook does here。
在Facebook的例子中,你可以看到他們有一個現場編輯器。我不需要這樣。但是,我希望能夠在我的assets/
文件夾中預覽圖像,因此理論上我需要提供我的資產的.bundle
文件和.zip
。
這個項目(https://github.com/dabbott/react-native-web-player)似乎是最接近的,但它似乎並不接受一個捆綁文件,而是它想要原始反應的本地代碼或每個包含原始反應本機代碼的「文件」數組。
有誰知道任何可以做到這一點的工具?