-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
40 lines (39 loc) · 1.72 KB
/
index.js
File metadata and controls
40 lines (39 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/**
* @format
*/
import { AppRegistry } from "react-native";
import App from "./App";
import { name as appName } from "./app.json";
import SplashScreen from "react-native-splash-screen";
import Opacity from "./src/Opacity";
import TranslatePosition from "./src/TranslatePosition";
import Scale from "./src/scale";
import WidthHeightValues from "./src/WidthHeightValues";
import AbsolutePosition from "./src/AbsolutePosition";
import BackgroundColor from "./src/BackgroundColor";
import ScrollEvent from "./src/ScrollEvent";
import TabBarAnimation from "./src/TabBarAnimation";
import CornerBoxAnimation from "./src/CornersBoxAnimation";
import AddRowAnimation from "./src/AddRowAnimation";
import ProgressBar from "./src/ProgressBar";
import ProgressCircle from "./src/ProgrecCircle";
import SquarSpread from "./src/SquareSpread";
import CallAnimation from "./src/callAnimation";
import ClockAnimation from "./src/ClockAnimation";
import OverlayTestMe from "./src/OverLaytestme";
import LoginAnimation from "./src/LoginAnimation";
import SharedElement from "./src/SharedElement";
import Cuberto from "./src/Cuberto";
import panResponder from "./src/panResponder";
import panResponderViewHeight from "./src/panResponserViewHeight";
import AnimatedSlider from "./src/AnimtesSlider";
import draggableItems from "./src/draggableItems";
import swypeToDelete from "./src/swipeToDelete";
import uploadAnimation from "./src/uploadAnimation";
import movieSwiper from "./src/MovieSwiper";
import musicPlayer from "./src/musicPlayer";
import Animation_3D from "./src/Animation_3d";
import BurstAnimation from "./src/BurstAnimation";
import CircleAnimation from "./src/CircleAnimation";
SplashScreen.hide();
AppRegistry.registerComponent(appName, () => CircleAnimation);