UNPKG

3.22 kBJavaScriptView Raw
1import './Expo.fx';
2import * as AR from './AR';
3import * as ErrorRecovery from './ErrorRecovery/ErrorRecovery';
4import * as Logs from './logs/Logs';
5import * as ScreenOrientation from './ScreenOrientation/ScreenOrientation';
6import * as StoreReview from './StoreReview/StoreReview';
7import * as Updates from './Updates/Updates';
8import * as SplashScreen from './launch/SplashScreen';
9export { ErrorRecovery };
10export { Logs };
11export { default as apisAreAvailable } from './apisAreAvailable';
12export { default as registerRootComponent } from './launch/registerRootComponent';
13export { default as Linking } from './Linking/Linking';
14export { default as Notifications } from './Notifications/Notifications';
15// The following should all be extracted from this package
16export { AR };
17export { ScreenOrientation };
18export { SplashScreen };
19export { StoreReview };
20export { Updates };
21export { default as AppLoading } from './launch/AppLoading';
22export { default as AuthSession } from './AuthSession';
23export { default as DangerZone } from './DangerZone';
24// @ts-ignore
25export {
26// @ts-ignore
27Accelerometer,
28// @ts-ignore
29AdMobBanner,
30// @ts-ignore
31AdMobInterstitial,
32// @ts-ignore
33AdMobRewarded,
34// @ts-ignore
35Animated,
36// @ts-ignore
37Amplitude,
38// @ts-ignore
39AppAuth,
40// @ts-ignore
41Asset,
42// @ts-ignore
43Audio,
44// @ts-ignore
45BackgroundFetch,
46// @ts-ignore
47BarCodeScanner,
48// @ts-ignore
49Barometer,
50// @ts-ignore
51BlurView,
52// @ts-ignore
53Brightness,
54// @ts-ignore
55Calendar,
56// @ts-ignore
57Camera,
58// @ts-ignore
59Constants,
60// @ts-ignore
61Contacts,
62// @ts-ignore
63Crypto,
64// @ts-ignore
65DocumentPicker,
66// @ts-ignore
67Easing,
68// @ts-ignore
69Facebook,
70// @ts-ignore
71FacebookAds,
72// @ts-ignore
73FaceDetector,
74// @ts-ignore
75FileSystem,
76// @ts-ignore
77Font,
78// @ts-ignore
79GestureHandler,
80// @ts-ignore
81GL,
82// @ts-ignore
83GLView,
84// @ts-ignore
85GoogleSignIn,
86// @ts-ignore
87Gyroscope,
88// @ts-ignore
89Haptic,
90// @ts-ignore
91Haptics,
92// @ts-ignore
93Icon,
94// @ts-ignore
95ImageManipulator,
96// @ts-ignore
97ImagePicker,
98// @ts-ignore
99IntentLauncher,
100// @ts-ignore
101IntentLauncherAndroid,
102// @ts-ignore
103KeepAwake,
104// @ts-ignore
105LinearGradient,
106// @ts-ignore
107LocalAuthentication,
108// @ts-ignore
109Localization,
110// @ts-ignore
111Location,
112// @ts-ignore
113Magnetometer,
114// @ts-ignore
115MagnetometerUncalibrated,
116// @ts-ignore
117MailComposer,
118// @ts-ignore
119MapView,
120// @ts-ignore
121MediaLibrary,
122// @ts-ignore
123Pedometer,
124// @ts-ignore
125Permissions,
126// @ts-ignore
127Print,
128// @ts-ignore
129PublisherBanner,
130// @ts-ignore
131Random,
132// @ts-ignore
133SecureStore,
134// @ts-ignore
135Segment,
136// @ts-ignore
137Sensors,
138// @ts-ignore
139Sharing,
140// @ts-ignore
141SMS,
142// @ts-ignore
143Speech,
144// @ts-ignore
145SQLite,
146// @ts-ignore
147Svg,
148// @ts-ignore
149takeSnapshotAsync,
150// @ts-ignore
151TaskManager,
152// @ts-ignore
153Transition,
154// @ts-ignore
155Transitioning,
156// @ts-ignore
157Video,
158// @ts-ignore
159WebBrowser,
160// @ts-ignore
161WebView, } from './removed';
162if (module && module.exports) {
163 if (global) {
164 const globals = require('./globals');
165 // @ts-ignore
166 global.__exponent = globals;
167 // @ts-ignore
168 global.__expo = globals;
169 // @ts-ignore
170 global.Expo = globals;
171 }
172}
173//# sourceMappingURL=Expo.js.map
\No newline at end of file