mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-01-20 13:40:19 +00:00
5 lines
162 B
TypeScript
5 lines
162 B
TypeScript
// Re-export react-native's Platform because we want to provide a minimal
|
|
// equivalent on Web.
|
|
import { Platform } from 'react-native';
|
|
export default Platform;
|