+ 1
React ---> React Native !
Hi, I know that something like react native exists with which we are able to creaty Native apps for Android/IOS/what are other OS🤔.....Anyway... So , If I create some kindof WebApp using 'React'. Then ⚫ Is it possible to create native app from thar WebApp or I have to start from Scratch to create a native app ? ⚫If we can , What effort and resources it would take to transform that WebApp into a native app using React Native ?
5 ответов
+ 11
See ReactJs and React Native are two different libraries.
There's no way u can automatically convert a ReactJs code to React Native.
However there's one way around which is literally not converting instead showing a web app in Android WebView.
Consider it like a <iframe> where u can just insert the URL of your web app. 😅 Ofcourse it will not feel like a app rather we are just displaying a website embedded in it 😅
+ 5
For sure there is no way to actually convert React to React Native other than writing code.
+ 2
React Native Web is used for building webApp too
+ 1
You can reuse some of react code in native too
0
Thanks,
🔫 Rick Grimes
Aakaanksha 💕
So, That means i have to write code from scratch to make native analog of webapp. Right ?