2022-06-13 13:58:00 +00:00
|
|
|
import { NativeModules, Platform } from 'react-native';
|
2020-08-31 20:29:44 +00:00
|
|
|
|
|
|
|
const { AppGroup } = NativeModules;
|
|
|
|
|
2022-06-13 13:58:00 +00:00
|
|
|
export const appGroupPath: string = Platform.OS === 'ios' ? AppGroup.path : '';
|