update app version when refreshing feed

This commit is contained in:
Adolfo Reyna
2025-02-06 23:28:31 -05:00
parent 7cf6f99503
commit a85d9779b8
2 changed files with 29 additions and 13 deletions

1
App.js
View File

@@ -30,6 +30,7 @@ import Slideshow from './Views/Slideshow.js';
import SongPlayer from './Views/SongPlayer.js';
import { Platform } from 'react-native';
import { PostHogProvider } from 'posthog-react-native'
import * as Updates from 'expo-updates';
const Tab = createBottomTabNavigator();