Videos
ยป npm install expo-updates
ยป npm install sp-react-native-in-app-updates
Hi everyone at r/reactnative
I'm currently working on a React Native project using Expo and facing a challenge that I hope to get some insights on from this amazing community.
Issue: I need to ensure that users are always using the latest version of my app. Is there a way to force or prompt users to update the app when a new version is released, specifically in an Expo-managed workflow?
What I've Tried:
I've looked into the Expo documentation but couldn't find a straightforward method to implement this.
I've also considered using some third-party libraries, but I'm unsure about their compatibility with Expo.
Questions:
Has anyone here implemented a similar feature in their Expo-managed React Native app?
What are the best practices or tools to use for this purpose?
Are there any specific challenges I should be aware of?
Any guidance, code snippets, or resource links would be greatly appreciated. I'm particularly interested in solutions that are tested and known to work well within the Expo framework.
Thank you in advance for your help!