【发布时间】:2015-12-04 03:25:35
【问题描述】:
这是 React-Native Android 文档中使用 Native 模块(Java 类)来履行承诺的示例:
@ReactMethod
public void measureLayout(
int tag,
int ancestorTag,
Promise promise)
https://facebook.github.io/react-native/docs/native-modules-android.html#content
我收到指向 Promise 的错误“找不到符号”,并且 Android API 似乎没有任何要导入的内容。我应该在哪里/如何获得 Promise 课程?
【问题讨论】:
-
@j-doe 你能解决你的问题吗?
标签: android react-native