Update Expo

This commit is contained in:
Adolfo Reyna
2023-08-24 23:11:34 -04:00
parent bdbf2f63c1
commit 30ba1af902
5 changed files with 3956 additions and 2690 deletions

View File

@@ -30,6 +30,7 @@ const getFeed = async () => {
let prevLink = '';
const handleURL = (url, navigation) => {
const { hostname, path, queryParams } = Linking.parse(url);
if(!path) return;
if(path.includes("feed/post/")){
const postid = path.substring(10);
return navigation.navigate('SinglePost', { postid });