Update Expo
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user