New version problem

  1. Is there a test chain
  2. What is the support for React-native? Is there a ready-made package available?

I asked some questions before, mainly about the moralis-v1 version, but obviously the background has been updated, and the new version cannot directly use moralis-v1

So now to integrate in react-native, is there a ready-made package available, or make some modifications

Hi @kezhiyu

Yes, there is a testnet chain support. You can refer to the supported testnet chains here.

We don’t have a ready-made react-native package as of now.
Since Moralis v2 is backend-focused sdk, all the code related to Moralis sdk will be added in your backend. And once the backend is ready with moralis features, you can use it with any client application.
Check the docs on how to use V2 sdk in different backend languages and to integrate with different backends.