Files
jitsi-meet/react/features/base/react/Platform.native.js
2017-02-02 09:45:34 -06:00

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;