React Native uses React JS components that bind to native views, and things like CSS are so very different than that from the Web. The only way you’d be able to use a React JS UI component in a React Native app is by making it 100% of the height and width of an embedded webview .
Can I use react components in react native?
React Native uses React JS components that bind to native views, and things like CSS are so very different than that from the Web. The only way you’d be able to use a React JS UI component in a React Native app is by making it 100% of the height and width of an embedded webview .