当我尝试从“ react-native-fs” uploadFiles上传文件时。文件未上传。但是文件存在于RNFS.DocumentDirectoryPath
中def drawCircle(ax, arrayToPLot, zeroIndex, oneIndex, specks, r = 10):
...
ax.imshow(...)
...
ax.add_patch(circle)
ax.text(10, 180, i, fontsize=12, color='red')