UNPKG

179 BJavaScriptView Raw
1import { Platform as ReactNativePlatform } from 'react-native';
2const Platform = {
3 OS: ReactNativePlatform.OS,
4};
5export default Platform;
6//# sourceMappingURL=Platform.js.map
\No newline at end of file