react-native-qqsdk
react-native-qqsdk copied to clipboard
A React Native wrapper around the Tencent QQ SDK for Android and iOS. Provides access to QQ ssoLogin, QQ Sharing, QQZone Sharing etc
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
Hello, I am trying to use the resolveAssetSource function in my react native project. I've newly installed everything, including xcode. I followed the instructions in your README file but I'm...
The following packages use deprecated "rnpm" config that will stop working from next release: - react-native-qqsdk: https://github.com/iVanPan/react-native-qqsdk Please notify their maintainers about it. You can find more details at https://github.com/react-native-community/cli/blob/master/docs/configuration.md#migration-guide....
小米6 上测试的
`await AsyncStorage.getItem` 初始化的时候如果有用到AsyncStorage会卡 20s 以上,个别机型甚至要数分钟
解决在编译工具版本和SDK版本不匹配的情况,release包编译失败的问题
` private File getOutputMediaFile(String ext) { ext = ext != null ? ext : "jpg"; File mediaStorageDir = getCurrentActivity().getExternalCacheDir(); if (mediaStorageDir == null) { mediaStorageDir = getCurrentActivity().getCacheDir(); } if (mediaStorageDir...
qq分享 news类型 安卓分享成功 iOS一直提示图片参数错误就(resolveAssetSource(require('../../../images/icon_share.jpg')).uri)
qq分享到空间后,没有回调,并且报了这个错误: 05-22 10:50:19.692 22834 25543 W ReactNativeJS: Setting a timer for a long period of time, i.e. multiple minutes, is a performance and correctness issue on Android as it keeps...