Answer the question
In order to leave comments, you need to log in
callback in react native?
There is a basic module CalendarModule which is made according to the documentation https://reactnative.dev/docs/native-modules-android , in order to return a string from the module I use the following code:
@ReactMethod
public String returnString(Callback callback) {
callback.invoke("string111");
}
CalendarModule.java:29: error: cannot find symbol Callback
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question