jshare-react-native icon indicating copy to clipboard operation
jshare-react-native copied to clipboard

ios微信分享

Open walkerzhy opened this issue 4 years ago • 1 comments

2021-09-30 12:31:33.634371+0800 mokit[31774:3385441] | JIGUANG | E - [JIGUANGLogHelper] The JSHAREConfig instance's universalLink can't be nil! 2021-09-30 12:31:33.634910+0800 mokit[31774:3385441] | JIGUANG | E - [JIGUANGService] 请检查"setupWithConfig:"方法的参数值 2021-09-30 12:31:33.635565+0800 mokit[31774:3385454] [javascript] 'error===', { description: { error_message: 'The JSHAREConfig instance's universalLink can't be nil!' }, code: 40003 }

walkerzhy avatar Sep 30 '21 04:09 walkerzhy

在node_modules\jshare-react-native\ios\RCTJShareModule\JSHAREService.h和RCTJShareModule.m中新增universalLink参数 然后在RCTJShareConfig.plist中新增universalLink参数

3135e2919c5f7edbf30b854aa59d32f 602186fbe1cf2060e0ffea2ff04fb76

ArthurMorgan1899 avatar Oct 25 '21 08:10 ArthurMorgan1899