// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.// SPDX-License-Identifier: Apache-2.0import { Linking, AppState } from'react-native';
importAsyncStoragefrom'@react-native-async-storage/async-storage';
export { Linking, AppState, AsyncStorage };