This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

9 lines
1.2 KiB
TypeScript
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
import './Expo.fx';
import * as Logs from './logs/Logs';
export { Logs };
export { default as apisAreAvailable } from './apisAreAvailable';
export { default as registerRootComponent } from './launch/registerRootComponent';
export { default as DangerZone } from './DangerZone';
export { Linking, Notifications } from './deprecated';
export { Accelerometer, AdMobBanner, AdMobInterstitial, AdMobRewarded, Animated, Amplitude, AppAuth, AppLoading, AR, Asset, Audio, BackgroundFetch, BarCodeScanner, Barometer, BlurView, Brightness, Calendar, Camera, Constants, Contacts, Crypto, DocumentPicker, Easing, Facebook, FacebookAds, FaceDetector, FileSystem, Font, GestureHandler, GL, GLView, GoogleSignIn, Google, Gyroscope, Haptic, Haptics, Icon, ImageManipulator, ImagePicker, IntentLauncher, IntentLauncherAndroid, KeepAwake, LinearGradient, LocalAuthentication, Localization, Location, Magnetometer, MagnetometerUncalibrated, MailComposer, MapView, MediaLibrary, Pedometer, Permissions, Print, PublisherBanner, Random, ScreenOrientation, SecureStore, Segment, Sensors, Sharing, SMS, Speech, SplashScreen, SQLite, Svg, takeSnapshotAsync, TaskManager, Transition, Transitioning, Updates, Video, WebBrowser, WebView, } from './removed';