@@ -11,37 +11,37 @@ import {
1111import type { NavigationProp } from "@react-navigation/native" ;
1212import { useNavigation } from "@react-navigation/native" ;
1313
14- import AdvancedParallaxComponent from "./advanced-parallax" ;
15- import AnimTabBarComponent from "./anim-tab-bar" ;
16- import BlurParallax from "./blur-parallax" ;
17- import Circular from "./circular" ;
18- import ComplexComponent from "./complex" ;
19- import Cube3D from "./cube-3d" ;
20- import Curve from "./curve" ;
21- import Flow from "./flow" ;
22- import Fold from "./fold" ;
23- import LeftAlignComponent from "./left-align" ;
24- import MarqueeComponent from "./marquee" ;
25- import MultipleComponent from "./multiple" ;
26- import NormalComponent from "./normal" ;
27- import ParallaxComponent from "./parallax" ;
28- import ParallaxLayers from "./parallax-layers" ;
29- import PauseAdvancedParallaxComponent from "./pause-advanced-parallax" ;
30- import PressSwipe from "./press-swipe" ;
31- import RotateInOutComponent from "./rotate-in-out" ;
32- import RotateScaleFadeInOutComponent from "./rotate-scale-fade-in-out" ;
33- import ScaleFadeInOutComponent from "./scale-fade-in-out" ;
34- import StackComponent from "./stack" ;
35- import StackCards from "./stack-cards" ;
36- import Tear from "./tear" ;
14+ import AdvancedParallaxComponent from "./pages/ advanced-parallax" ;
15+ import AnimTabBarComponent from "./pages/ anim-tab-bar" ;
16+ import BlurParallax from "./pages/ blur-parallax" ;
17+ import Circular from "./pages/ circular" ;
18+ import ComplexComponent from "./pages/ complex" ;
19+ import Cube3D from "./pages/ cube-3d" ;
20+ import Curve from "./pages/ curve" ;
21+ import Flow from "./pages/ flow" ;
22+ import Fold from "./pages/ fold" ;
23+ import LeftAlignComponent from "./pages/ left-align" ;
24+ import MarqueeComponent from "./pages/ marquee" ;
25+ import MultipleComponent from "./pages/ multiple" ;
26+ import NormalComponent from "./pages/ normal" ;
27+ import ParallaxComponent from "./pages/ parallax" ;
28+ import ParallaxLayers from "./pages/ parallax-layers" ;
29+ import PauseAdvancedParallaxComponent from "./pages/ pause-advanced-parallax" ;
30+ import PressSwipe from "./pages/ press-swipe" ;
31+ import RotateInOutComponent from "./pages/ rotate-in-out" ;
32+ import RotateScaleFadeInOutComponent from "./pages/ rotate-scale-fade-in-out" ;
33+ import ScaleFadeInOutComponent from "./pages/ scale-fade-in-out" ;
34+ import StackComponent from "./pages/ stack" ;
35+ import StackCards from "./pages/ stack-cards" ;
36+ import Tear from "./pages/ tear" ;
3737import { isAndroid , isIos } from "./utils" ;
3838
3939// Not support to WEB (react-native-snap-carousel)
4040const SnapCarouselComplexComponent = React . lazy (
41- ( ) => import ( "./snap-carousel-complex" ) ,
41+ ( ) => import ( "./pages/ snap-carousel-complex" ) ,
4242) ;
4343const SnapCarouselLoopComponent = React . lazy (
44- ( ) => import ( "./snap-carousel-loop" ) ,
44+ ( ) => import ( "./pages/ snap-carousel-loop" ) ,
4545) ;
4646
4747export const LayoutsPage = [
0 commit comments