有没有办法从 Native Android Code 调用 React Native 函数?
Posted
技术标签:
【中文标题】有没有办法从 Native Android Code 调用 React Native 函数?【英文标题】:Is there a way to call a React Native function from Native Android Code? 【发布时间】:2021-12-16 13:18:36 【问题描述】:寻找一种从原生 android 代码调用 React Native 函数的方法。
提前致谢。
【问题讨论】:
【参考方案1】:在 react native 文档中检查这个。
https://reactnative.dev/docs/communication-ios#calling-react-native-functions-from-native-events
创建自定义原生组件后,您可以触发事件并在 react native 中处理这些事件。
ios:https://reactnative.dev/docs/native-components-ios#events
机器人:https://reactnative.dev/docs/native-components-android#events
【讨论】:
以上是关于有没有办法从 Native Android Code 调用 React Native 函数?的主要内容,如果未能解决你的问题,请参考以下文章
有没有办法在 react-native android 应用程序中控制应用程序图标快捷方式徽章计数?
有没有办法在 React native android 中检测最近的电话通话时长
有没有办法在 iOS 中使用 react-native 来制作像 Android StaggeredGridView 这样的布局
使用 React-Native 将 content:// URI 转换为 Android 的实际路径