**已关闭。**此问题为not reproducible or was caused by typos。当前不接受答案。
这个问题是由打字错误或无法再重现的问题引起的。虽然类似的问题在这里可能是on-topic,但这个问题的解决方式不太可能帮助未来的读者。
昨天关门了。
Improve this question
我已经做了一个API的表达,分享照片上传从我的React原生应用程序。
为了在多个设备上显示这些图片,我实现了带有照片名称的动态url。
在React Native中,你显然不能这样做--有人知道有一种方法吗?
任何建议都将不胜感激。谢谢,
<Image style={{width: 40, height: 40}} source={{uri: 'http://192.168.0.40:3000/user/photo/'+UserCtx.username}}></Image>
app.get("/user/photo/:id", (req, res) => {
res.sendFile(__dirname + `/profilePics/${req.params.id}`)
})
1条答案
按热度按时间carvr3hs1#
无用的问题,很抱歉-我忘了传递值