You use the same thing that is used for regular web. The console command also works in this case. For example, you can use console.log(), console.warn(),
console.clear() etc.
You can use Chrome Developer to use the console command when you're logging while you are running your React Native app.