reactnativecn / react-native-weibo

124 stars 84 forks source link

android appid #27

Open imtcn opened 7 years ago

imtcn commented 7 years ago

manifestPlaceholders = [ WB_APPID: "微博的APPID" //在此修改微博APPID ]

this.appId = this.appId.substring(2);

应该是 manifestPlaceholders = [ WB_APPID: "xx微博的APPID" //在此修改微博APPID ]

leeleoo commented 6 years ago

这点是真的太坑了