How do I put javascript tags in react native?
I have this tag to put into a project
<script data-cfasync='false' type='text/javascript' src='link'></script>
It's an ad tag.
In the browser it works. But I do not know how to insert into react native.
Can anyone help me?