Integrate Kotlin Module in expo tol

Hi!

Im trying to integrate a Kotlin Module on expo app.
The app compiles, runs on expo go, but when I invoke the methos, get the following message:

Null is not an object (evaluate NativeModullles.mymodule.mymethod)

In using the latest version of expo. It’s afresh and clean installation.

Any ideas

Thans in advance.

Hi @macroman66

Yes, that is expected, because Expo Go does not include that native Kotlin code.

Instead, you can build a custom development client, which is like a customised version of Expo Go that includes whatever dependencies and custom native code that you have installed.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.