+ 2
Can I use CSS coding with HTML, React.js , and javascript in React Native to develop app ??
4 Respostas
+ 3
No when you are using React Native App you can't do that but on the playground you can do that
Just make the script src is of react src
+ 1
actually i'm a begginer in programming......so i'm not unable to understand what you said......pleaseee! explain me in a detail
+ 1
Ok I mean the script tag
'<script>' should be given an src from a website that has the react in it.Example
< script crossorigin
src =" https://unpkg.com/react@16/umd/react.development.js "></ script >
< script crossorigin
src =" https://unpkg.com/react-dom@16/umd/react-dom.development.js "></ script >
+ 1
Learn more about links and source of other languages into your code and even you can import python in an html code by using those links in the playground