Android error “Could not get BatchedBridge, make sure your bundle is packaged properly” on start of

拼了命的珍惜發表於2020-10-04

Android error “Could not get BatchedBridge, make sure your bundle is packaged properly” on start of app #9336
今天做專案的時候碰到這個問題,在github上有這個問題的解決方案,可以看看。

https://github.com/facebook/react-native/issues/9336

解決方案:

react-native run-android
react-native start --reset-cache

相關文章