(progress)
| 77 | |
| 78 | class 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() |
nothing calls this directly
no outgoing calls
no test coverage detected