1 编译reactnativeAndroid代码 react-native run-android
2 网络请求
fetch("网址", {
method: "POST",
headers: {
Accept: "application/json",
"Content-Type": "application/json"
},
body: JSON.stringify({
key: value,
key: value
})
});
1 编译reactnativeAndroid代码 react-native run-android
2 网络请求
fetch("网址", {
method: "POST",
headers: {
Accept: "application/json",
"Content-Type": "application/json"
},
body: JSON.stringify({
key: value,
key: value
})
});
本文标题:ReactNative初识
本文链接:https://www.haomeiwen.com/subject/xyyyfqtx.html
网友评论