you must have to import React and document from react-native try this it will solve your problem and also Make sure you download the release matching with your Unity version.
import React, {Component} from 'react';
import {View,document} from 'react-native';