Anu
Anu

Reputation: 1742

React Native :How to make changes in app without updating it again by the user?

Is it possible to make a change in the user side (UI as well as funstionality) without updating the app again by the user? If yes , then what kind of architecture should follow when starting a new project? Could you please help me to know how is it possible?

Upvotes: 1

Views: 934

Answers (1)

HpDev
HpDev

Reputation: 2927

I think you can use CodePush through this you can push new changes directly to them as a user don't need to update the app.

Upvotes: 1

Related Questions