mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 23:37:47 +00:00
7 lines
175 B
JavaScript
7 lines
175 B
JavaScript
/* @flow */
|
|
|
|
// Re-export react-native's Platform because we want to provide a minimal
|
|
// equivalent on Web.
|
|
import { Platform } from 'react-native';
|
|
export default Platform;
|