SDK and isntallation for react native

What sdk version is the altest for moralis-react-native
also can you point to documentation for react-moralis, because im not sure what the latest version is

You can find the latest versions of the SDK here. But you should be using this SDK in a backend, not directly in a React Native app.

Latest version of react-moralis is 1.4.2, you can check out the readme or v1 documentation.

v1 is depracted and i get redirected to v2
what is the best way to use moralis with react native, just with axios and the restAPI?

You should be using a backend e.g. Express.js (which is called from your React Native app) that makes requests to the Moralis API.