React Native: How to add script tag in the component
问题 I am trying to add tag inside the component for the React Native app. Below is my code and it doesn't seem to work. Could anyone please tell me how to solve this issue? import React, {Component} from 'react'; import PropTypes from 'prop-types'; import Dimensions from 'Dimensions'; import {StyleSheet, View, TextInput, Image, Text} from 'react-native'; export default class Chatbot extends Component { render() { return ( <View> <Text>Testing</Text> <script type="text/javascript"> window.__be =