import {NativeModules} from 'react-native';

export const IS_AMAZON_BUILD: boolean =
  NativeModules.RNBuildConfig?.amazonBuild ?? false;
