Wrapping ReactJS web app in React Native - Push notifications?

Hi Guys,

I am new to ReactJS, so I just wanted to see if that would be possible. I have built an app that looks great on mobile web, desktop, and tablets. Eventually, would it be possible to use React Native WebViw so, I can put in the #iOS app store and to send push notifications to users?

I am not interested in recreating my app from scratch using React Native. The purpose of wrapping is just for notifications.

Thanks in Advance,

You could try it, but you’d likely be better off using Cordova or Ionic, which is designed specifically for embedding a web app in a native app. It also supports plugins for interfacing with the same sorts of native functionality that React Native does (like push notifications).

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.