Best build command for React Native web app? Help needed

When I try to deploy my React Native web app, it gives me an error code 137 with the build command. I’m using the build command “npm run build” with Netlify as well as defining it as a build script within my root package.json file.

What is another build command I could use for React Native?

This is my deploy log: Netlify App

React Native is not meant to be used in browser-based web apps - so this is not supposed to run on Netlify (even if we help you move past the build error).

React Native is meant to publish native, browser-independent apps, as far as I’m aware.