Eleven
Eleven
can I use it such that Jquery? and How to do it
### Run command ``` let uri = "/private/var/mobile/Containers/Data/Application/D0FC15EC-3194-4713-819F-32D9FD7FB5ED/tmp/ReactNative/64EB8583-905C-4C97-B485-8479EF4FF5E8.png" let option = { type: 'imageFile', title: 'Test sharing', description: 'This is a test', imageUrl: "file://" + uri, }; WeChat.shareToSession(option).then(()=>{}).catch(()=>{}); ``` ###...
微信分享取消分享之后的回调仍是分享成功,这是怎么回事?目前只测了安卓端 返回数据: ``` {"errCode": 0, "errStr": null, "openId": "ovc-i0hMCgV7MdVbDpY9u_3rB0Hk", "transaction": "d030b663-4d3a-4997-9530-4eb85e4d52ed", "type": "SendMessageToWX.Resp"} ``` 环境: `react: 16.11.0` `react-native: 0.62.2` `react-native-wechat: ^1.9.12`
obj 、mtl 的文件名字一定要保持一致吗? 另外,png 文件怎么配置呢? 急需要各位的帮助,谢谢了。 尝试用了下 ply 格式的,发现颜色也没有,但是再桌面上看确实是有颜色的。这又是怎么回事呢?
就是我的模型在编辑器里是有颜色的,然后导出的 obj文件在 vue 中展示,发现是灰色的,没有我原来的着色,希望给我点帮助
### Environment ``` "react": "17.0.2", "react-native": "0.65.1", "react-native-vlc-media-player": "^1.0.39" ``` ### Step `npx react-native init project` `yarn android` 运行成功 `yarn add react-native-vlc-media-player` `yarn react-native link react-native-vlc-media-player` `yarn android` 运行失败 ###...
### Environment ``` System: OS: macOS 11.3.1 CPU: (8) x64 Apple M1 Memory: 24.03 MB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 16.11.0 - /var/folders/f6/qc85ty992z1_6p0tpm8wwzvr0000gn/T/yarn--1635302341370-0.8493586927356396/node Yarn: 1.22.15 -...
### Environment ``` System: OS: macOS 11.3.1 CPU: (8) x64 Apple M1 Memory: 24.03 MB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 16.11.0 - /var/folders/f6/qc85ty992z1_6p0tpm8wwzvr0000gn/T/yarn--1635302341370-0.8493586927356396/node Yarn: 1.22.15 -...
react-native : 0.50.1 react-native-image-placeholder: 1.0.12 the error log: ``` Thread 0 crashed with ARM Thread State (64-bit): x0: 0x0000000010004005 x1: 0x0000000007000806 x2: 0x0000000000000000 x3: 0x0000000000000c00 x4: 0x0000000000001503 x5: 0x00000000ffffffff x6:...
### Environment ``` "react": "16.11.0", "react-native": "0.62.2", "react-native-aliyun-push": "^1.0.22", ``` ### Action - `yarn add react-native-aliyun-push` - `yarn android` The problem as follow, I need help. ### Log ``` yarn...