Warning: expo/tools/hashAssetFiles TypeError: _sendRemoteLogsAsync(...).done is not a function

Hey everyone!

Since uprading to Expo SDK 23, i get this warning in the console. Doesn’t bother me much though, because everything is still running on the simulator. Just to let you know.

Possible Unhandled Promise Rejection (id: 0):
TypeError: _sendRemoteLogsAsync(...).done is not a function
TypeError: _sendRemoteLogsAsync(...).done is not a function
    at Object.enqueueRemoteLogAsync$

I`m getting the same warning after install react-native-pathjs-charts

workaround: go to your-project-dir\node_modules\expo\src\logs\RemoteLogging.js
go to line 68 and remove .done() from method _sendRemoteLogsAsync

I dont know the cause of this problem but, this solved the warning and the logs remain normal

I hope it helps!