MCPcopy Create free account
hub / github.com/AdamGold/Dryvo-App / codePushDownloadDidProgress

Function codePushDownloadDidProgress

src/App.js:79–83  ·  view source on GitHub ↗
(progress)

Source from the content-addressed store, hash-verified

77
78class App extends Component {
79 codePushDownloadDidProgress(progress) {
80 console.log(
81 progress.receivedBytes + " of " + progress.totalBytes + " received."
82 )
83 }
84
85 async componentDidMount() {
86 this.createNotificationListeners()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected