diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-06-22 18:51:57 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-06-22 18:51:57 -0400 |
| commit | 0561794c67d827c918029f2e06572fd03b4531fd (patch) | |
| tree | 6036820345118253d05c8438a3f02bf645172924 /src/screens/profile | |
| parent | 457b5cf34c032e7b73f972d5ba801ff420915190 (diff) | |
Finish poc for for video streaming
Diffstat (limited to 'src/screens/profile')
| -rw-r--r-- | src/screens/profile/IndividualMoment.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/profile/IndividualMoment.tsx b/src/screens/profile/IndividualMoment.tsx index f8113aba..cc176cd3 100644 --- a/src/screens/profile/IndividualMoment.tsx +++ b/src/screens/profile/IndividualMoment.tsx @@ -9,6 +9,7 @@ import {AVATAR_DIM} from '../../constants'; import {MainStackParams} from '../../routes'; import {RootState} from '../../store/rootreducer'; import {MomentPostType} from '../../types'; +import Video from 'react-native-video'; import { isIPhoneX, normalize, |
