PHP 7.4.33
Preview: Animated.js Size: 1.57 KB
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/react-native/Libraries/Animated/Animated.js
/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 * @flow
 * @format
 */

export type {CompositeAnimation, Numeric} from './AnimatedImplementation';

import typeof AnimatedFlatList from './components/AnimatedFlatList';
import typeof AnimatedImage from './components/AnimatedImage';
import typeof AnimatedScrollView from './components/AnimatedScrollView';
import typeof AnimatedSectionList from './components/AnimatedSectionList';
import typeof AnimatedText from './components/AnimatedText';
import typeof AnimatedView from './components/AnimatedView';

import Platform from '../Utilities/Platform';
import AnimatedImplementation from './AnimatedImplementation';
import AnimatedMock from './AnimatedMock';

const Animated: typeof AnimatedImplementation = Platform.isDisableAnimations
  ? AnimatedMock
  : AnimatedImplementation;

export default {
  get FlatList(): AnimatedFlatList {
    return require('./components/AnimatedFlatList').default;
  },
  get Image(): AnimatedImage {
    return require('./components/AnimatedImage').default;
  },
  get ScrollView(): AnimatedScrollView {
    return require('./components/AnimatedScrollView').default;
  },
  get SectionList(): AnimatedSectionList {
    return require('./components/AnimatedSectionList').default;
  },
  get Text(): AnimatedText {
    return require('./components/AnimatedText').default;
  },
  get View(): AnimatedView {
    return require('./components/AnimatedView').default;
  },
  ...Animated,
};

Directory Contents

Dirs: 3 × Files: 19
Name Size Perms Modified Actions
- drwxr-xr-x 2025-03-28 11:04:42
Edit Download
- drwxr-xr-x 2025-03-28 11:04:42
Edit Download
nodes DIR
- drwxr-xr-x 2025-03-28 11:04:42
Edit Download
18.43 KB lrw-r--r-- 2025-03-28 11:04:43
Edit Download
1.57 KB lrw-r--r-- 2025-03-28 11:04:42
Edit Download
7.08 KB lrw-r--r-- 2025-03-28 11:04:42
Edit Download
20.19 KB lrw-r--r-- 2025-03-28 11:04:42
Edit Download
5.29 KB lrw-r--r-- 2025-03-28 11:04:42
Edit Download
276 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
1021 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
4.07 KB lrw-r--r-- 2025-03-28 11:04:42
Edit Download
3.24 KB lrw-r--r-- 2025-03-28 11:04:42
Edit Download
1.12 KB lrw-r--r-- 2025-03-28 11:04:43
Edit Download
6.15 KB lrw-r--r-- 2025-03-28 11:04:42
Edit Download
3.07 KB lrw-r--r-- 2025-03-28 11:04:42
Edit Download
424 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
444 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
439 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
2.32 KB lrw-r--r-- 2025-03-28 11:04:42
Edit Download
11.88 KB lrw-r--r-- 2025-03-28 11:04:42
Edit Download
362 B lrw-r--r-- 2025-03-28 11:04:43
Edit Download
646 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).