this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 212 B view raw
1import {requireNativeModule} from 'expo-modules-core' 2 3const NativeModule = requireNativeModule('BlueskyVideo') 4 5export async function updateActiveVideoViewAsync() { 6 NativeModule.updateActiveVideoViewAsync() 7}