Anubhav askedon {{::getFormatedLocalTime("2017-08-24T10:51:15.089Z", {without_time: true})}}
What all can be updated in a React Native app using OTA update services like Microsoft CodePush
We are planning on building a mobile app at CutShort which will complement our main website. We're going ahead with React Native for the first MVP of the app.Now the question is, what all can be updated Over The Air (using services like Microsoft Codepush, etc)?E.g If right now we don't ask for contacts access, google calendar access, etc. and deploy the app, and the sometime in the future we want to ask for those permissions and build a feature around it. Will we be able to build the feature and push it OTA or will the user have to update the app from the Play Store?
Since, you already have mysql as your db and a server, you can use Socket.io to send new data to client whenever a new like/comment happens.
At CutShort we use Socket.io to send data to active clients in realtime like credit balance update, new message in conversations or new notifications in channels.
Hope that helps :)
PS: Upvote if you think this helped. Also you can comment given you have further questions.