rntpc_react-native-share:基于 OpenHarmony 生态的 React Native 分享功能适配项目

用户可借助此项目在 OpenHarmony 应用中实现分享功能,它基于 react-native-share@12.2.1 适配,支持 codegen,提供便捷的跨平台分享能力。【此简介由AI生成】

分支4Tags1
文件最后提交记录最后更新时间
docs:静态检查问题修复 Signed-off-by: OWNEROR-41FNVD0\lenovo <gaofan76@chinasoftinc.com> 6 个月前
release: @react-native-oh-tpl/react-native-share@10.2.1-0.0.1 (#8) Signed-off-by: OWNEROR-41FNVD0\lenovo <gaofan76@chinasoftinc.com> 6 个月前
ci(build): Fixing iOS build issues + updating documentation version (#1636) * ci(gem): updating lock * ci(deps): updating dependencies and lock * docs(deps): updating docusaurus --------- Co-authored-by: MateusAndrade <mateus.neri@xo-life.com> Signed-off-by: OWNEROR-41FNVD0\lenovo <gaofan76@chinasoftinc.com> 6 个月前
fix(expo): Duplicated queries when continous run expo prebuild (#1681) * chore: enable lint plugin and ignore lint in plugin build folder * fix: #1679 duplicated manifest queries every time prebuild without --clean --------- Co-authored-by: William Norman <william@Williams-MBP.local> Signed-off-by: OWNEROR-41FNVD0\lenovo <gaofan76@chinasoftinc.com> 6 个月前
feat: 适配harmonyOS系统,新增harmonyOS分享功能 (#6) Signed-off-by: OWNEROR-41FNVD0\lenovo <gaofan76@chinasoftinc.com> 6 个月前
fix(expo): Duplicated queries when continous run expo prebuild (#1681) * chore: enable lint plugin and ignore lint in plugin build folder * fix: #1679 duplicated manifest queries every time prebuild without --clean --------- Co-authored-by: William Norman <william@Williams-MBP.local> Signed-off-by: OWNEROR-41FNVD0\lenovo <gaofan76@chinasoftinc.com> 6 个月前
fix(android)!: share function not working on Android 14 (#1482) * fix(android): share function not working on Android 14 This fixes https://github.com/react-native-share/react-native-share/issues/1463 ("One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts") On Android 14 a security exception is thrown when not specifying the RECEIVER_EXPORTED / RECEIVER_NOT_EXPORTED flag: https://stackoverflow.com/a/77276774/3337236 BREAKING CHANGE: compileSdk minimum is now 33 * fix: update dependencies2 年前
feat: migrate project to typescript (#1001) BREAKING CHANGE: migrate the project to typescript * feat(typescript): migrate project to typescript * feat(typescript): extend react native NativeModules interface with RNShare types * feat(typescript): remove unnecessary 'exclude' clause in tsconfig * feat(typescript): fix ts error when using RNShare.Facebook/InstagramStories Co-authored-by: Mateus Andrade <15278828+MateusAndrade@users.noreply.github.com>5 年前
feat: migrate project to typescript (#1001) BREAKING CHANGE: migrate the project to typescript * feat(typescript): migrate project to typescript * feat(typescript): extend react native NativeModules interface with RNShare types * feat(typescript): remove unnecessary 'exclude' clause in tsconfig * feat(typescript): fix ts error when using RNShare.Facebook/InstagramStories Co-authored-by: Mateus Andrade <15278828+MateusAndrade@users.noreply.github.com>5 年前
fix(android)!: share function not working on Android 14 (#1482) * fix(android): share function not working on Android 14 This fixes https://github.com/react-native-share/react-native-share/issues/1463 ("One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts") On Android 14 a security exception is thrown when not specifying the RECEIVER_EXPORTED / RECEIVER_NOT_EXPORTED flag: https://stackoverflow.com/a/77276774/3337236 BREAKING CHANGE: compileSdk minimum is now 33 * fix: update dependencies2 年前
fix(android)!: share function not working on Android 14 (#1482) * fix(android): share function not working on Android 14 This fixes https://github.com/react-native-share/react-native-share/issues/1463 ("One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts") On Android 14 a security exception is thrown when not specifying the RECEIVER_EXPORTED / RECEIVER_NOT_EXPORTED flag: https://stackoverflow.com/a/77276774/3337236 BREAKING CHANGE: compileSdk minimum is now 33 * fix: update dependencies2 年前
feat: Updating react-native + react + orb + docusaurus version (#860) * docs: warning about semantic-release for changelog + removing changelog.js * feat: updating react, rn + removing unused package + scripts * ci: removing ios job due to concurrency limit * ci: adding iOS build back * chore: updating example deps * fix: removing datimepicker example file * docs: adding info regarding running the project on simulator * docs: updating deps + fixing errors due to updates * chore: adding files to publish ignore * chore: updating deps5 年前
chore(codeowners): add CODEOWNERS file see https://github.com/react-native-community/.github/issues/1#issuecomment-496203158 cc @kelset6 年前
chore: 开源五项核查整改 (#24) Signed-off-by: OWNEROR-41FNVD0\lenovo <gaofan76@chinasoftinc.com> 6 个月前
docs(license): Update LICENSE (#1193) I have seen that in some apps, my name appears in the acknowledgments section, but they do not know many people who are behind the project, that is why I added to the LICENSE file the users who have maintained the project until today @mikehardy , @MateusAndrade and @jgcmarins Thank you for giving so much time and dedication 👏👏. Greetings!4 年前
docs:静态检查问题修复 Signed-off-by: OWNEROR-41FNVD0\lenovo <gaofan76@chinasoftinc.com> 6 个月前
chore: 开源五项核查整改 (#24) Signed-off-by: OWNEROR-41FNVD0\lenovo <gaofan76@chinasoftinc.com> 6 个月前
【chore】: 更新RN文档地址 Signed-off-by: jingjingliu <liujing104_2020@qq.com> 2 个月前
fix(ios): use proper way of deciding about new arch in podspec (#1563) Signed-off-by: OWNEROR-41FNVD0\lenovo <gaofan76@chinasoftinc.com> 6 个月前
feat(expo): Expo support with config plugin (#1606) * feat: Expo support with config plugin * fix(ci): wrap-ansi resolutions BREAKING CHANGE: adding support to Expo Signed-off-by: OWNEROR-41FNVD0\lenovo <gaofan76@chinasoftinc.com> 6 个月前
feat(circle-flow-eslint): first atempt add circle, add flow, eslint and prettier 7 年前
fix(android)!: share function not working on Android 14 (#1482) * fix(android): share function not working on Android 14 This fixes https://github.com/react-native-share/react-native-share/issues/1463 ("One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts") On Android 14 a security exception is thrown when not specifying the RECEIVER_EXPORTED / RECEIVER_NOT_EXPORTED flag: https://stackoverflow.com/a/77276774/3337236 BREAKING CHANGE: compileSdk minimum is now 33 * fix: update dependencies2 年前
docs:静态检查问题修复 Signed-off-by: OWNEROR-41FNVD0\lenovo <gaofan76@chinasoftinc.com> 6 个月前
fix(android)!: share function not working on Android 14 (#1482) * fix(android): share function not working on Android 14 This fixes https://github.com/react-native-share/react-native-share/issues/1463 ("One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts") On Android 14 a security exception is thrown when not specifying the RECEIVER_EXPORTED / RECEIVER_NOT_EXPORTED flag: https://stackoverflow.com/a/77276774/3337236 BREAKING CHANGE: compileSdk minimum is now 33 * fix: update dependencies2 年前
fix(codegen): move codegen spec file from outside of src to src (#1528) * fix: move codegen spec file from outside of src to src * chore: remove redundant path from tsconfig include2 年前

@react-native-ohos/react-native-share

本项目基于 react-native-share (原库NPM包名)@12.2.1

文档地址 / Documentation URL

中文 / Chinese

英文 / English

Codegen

该库已接入 codegen,具体请查阅文档。

The library has been integrated with codegen. Please refer to the documentation for details.

请悉知 / Acknowledgements

本项目基于 The MIT License (MIT) ,请自由地享受和参与开源。

项目介绍

用户可借助此项目在 OpenHarmony 应用中实现分享功能,它基于 react-native-share@12.2.1 适配,支持 codegen,提供便捷的跨平台分享能力。【此简介由AI生成】

定制我的领域

下载使用量

0

项目总下载次数(含Clone、Pull、 zip 包及 release 下载),每日凌晨更新

语言类型

TypeScript78.22%
ArkTS10.56%
TSX7.17%
Objective-C1.98%
JavaScript1.44%