How to correctly using Moralis in React Native

hello support,

I am already using Moralis in nft-ticketing.vercel.app
and Moralis worked perfectly…

and Now, i want to use the Moralis on react native android app
and i import ( or initialize the moralis ) like i did in the web

import Moralis from “moralis”;

but, it threw an error !

so, My question is…
How to? correctly implementing the moralis in the react native?

Hi @wahsidin

We dont have a react native client sdk yet. However you can also use our API endpoints directly to use Moralis features in your app.

You can set up the Moralis sdk on your backend component and call the backend functions in your frontend react native client.