UNPKG

@oxyhq/services

Version:

OxyHQ Expo/React Native SDK — UI components, screens, and native features

13 lines (12 loc) 353 B
"use strict"; import React from 'react'; import UserListScreen from "./UserListScreen.js"; import { jsx as _jsx } from "react/jsx-runtime"; const FollowingListScreen = props => { return /*#__PURE__*/_jsx(UserListScreen, { ...props, mode: "following" }); }; export default FollowingListScreen; //# sourceMappingURL=FollowingListScreen.js.map