160 lines
2.4 KiB
JavaScript
160 lines
2.4 KiB
JavaScript
import './Expo.fx';
|
|
import * as Logs from './logs/Logs';
|
|
export { Logs };
|
|
export { default as apisAreAvailable } from './apisAreAvailable';
|
|
export { default as registerRootComponent } from './launch/registerRootComponent';
|
|
// The following should all be extracted from this package
|
|
export { default as DangerZone } from './DangerZone';
|
|
// @ts-ignore
|
|
export { Linking, Notifications } from './deprecated';
|
|
// @ts-ignore
|
|
export {
|
|
// @ts-ignore
|
|
Accelerometer,
|
|
// @ts-ignore
|
|
AdMobBanner,
|
|
// @ts-ignore
|
|
AdMobInterstitial,
|
|
// @ts-ignore
|
|
AdMobRewarded,
|
|
// @ts-ignore
|
|
Animated,
|
|
// @ts-ignore
|
|
Amplitude,
|
|
// @ts-ignore
|
|
AppAuth,
|
|
// @ts-ignore
|
|
AppLoading,
|
|
// @ts-ignore
|
|
AR,
|
|
// @ts-ignore
|
|
Asset,
|
|
// @ts-ignore
|
|
Audio,
|
|
// @ts-ignore
|
|
BackgroundFetch,
|
|
// @ts-ignore
|
|
BarCodeScanner,
|
|
// @ts-ignore
|
|
Barometer,
|
|
// @ts-ignore
|
|
BlurView,
|
|
// @ts-ignore
|
|
Brightness,
|
|
// @ts-ignore
|
|
Calendar,
|
|
// @ts-ignore
|
|
Camera,
|
|
// @ts-ignore
|
|
Constants,
|
|
// @ts-ignore
|
|
Contacts,
|
|
// @ts-ignore
|
|
Crypto,
|
|
// @ts-ignore
|
|
DocumentPicker,
|
|
// @ts-ignore
|
|
Easing,
|
|
// @ts-ignore
|
|
Facebook,
|
|
// @ts-ignore
|
|
FacebookAds,
|
|
// @ts-ignore
|
|
FaceDetector,
|
|
// @ts-ignore
|
|
FileSystem,
|
|
// @ts-ignore
|
|
Font,
|
|
// @ts-ignore
|
|
GestureHandler,
|
|
// @ts-ignore
|
|
GL,
|
|
// @ts-ignore
|
|
GLView,
|
|
// @ts-ignore
|
|
GoogleSignIn,
|
|
// @ts-ignore
|
|
Google,
|
|
// @ts-ignore
|
|
Gyroscope,
|
|
// @ts-ignore
|
|
Haptic,
|
|
// @ts-ignore
|
|
Haptics,
|
|
// @ts-ignore
|
|
Icon,
|
|
// @ts-ignore
|
|
ImageManipulator,
|
|
// @ts-ignore
|
|
ImagePicker,
|
|
// @ts-ignore
|
|
IntentLauncher,
|
|
// @ts-ignore
|
|
IntentLauncherAndroid,
|
|
// @ts-ignore
|
|
KeepAwake,
|
|
// @ts-ignore
|
|
LinearGradient,
|
|
// @ts-ignore
|
|
LocalAuthentication,
|
|
// @ts-ignore
|
|
Localization,
|
|
// @ts-ignore
|
|
Location,
|
|
// @ts-ignore
|
|
Magnetometer,
|
|
// @ts-ignore
|
|
MagnetometerUncalibrated,
|
|
// @ts-ignore
|
|
MailComposer,
|
|
// @ts-ignore
|
|
MapView,
|
|
// @ts-ignore
|
|
MediaLibrary,
|
|
// @ts-ignore
|
|
Pedometer,
|
|
// @ts-ignore
|
|
Permissions,
|
|
// @ts-ignore
|
|
Print,
|
|
// @ts-ignore
|
|
PublisherBanner,
|
|
// @ts-ignore
|
|
Random,
|
|
// @ts-ignore
|
|
ScreenOrientation,
|
|
// @ts-ignore
|
|
SecureStore,
|
|
// @ts-ignore
|
|
Segment,
|
|
// @ts-ignore
|
|
Sensors,
|
|
// @ts-ignore
|
|
Sharing,
|
|
// @ts-ignore
|
|
SMS,
|
|
// @ts-ignore
|
|
Speech,
|
|
// @ts-ignore
|
|
SplashScreen,
|
|
// @ts-ignore
|
|
SQLite,
|
|
// @ts-ignore
|
|
Svg,
|
|
// @ts-ignore
|
|
takeSnapshotAsync,
|
|
// @ts-ignore
|
|
TaskManager,
|
|
// @ts-ignore
|
|
Transition,
|
|
// @ts-ignore
|
|
Transitioning,
|
|
// @ts-ignore
|
|
Updates,
|
|
// @ts-ignore
|
|
Video,
|
|
// @ts-ignore
|
|
WebBrowser,
|
|
// @ts-ignore
|
|
WebView, } from './removed';
|
|
//# sourceMappingURL=Expo.js.map
|