testing universal links handler

This commit is contained in:
Adolfo Reyna
2023-03-10 22:38:52 -06:00
parent 3f44076709
commit 7be9b89c5a
4 changed files with 104 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import API from './../API.js';
import Post from './../components/Post.js';
import GlobalState from '../contexts/GlobalState.js';
import AsyncStorage from '@react-native-async-storage/async-storage';
const storeFeed = async (value) => {