react-native-ui-lib
Version:
[](https://travis-ci.org/wix/react-native-ui-lib) [](https://www.npmjs.com/package/react-native-ui-lib) [![NPM Down
119 lines (109 loc) • 1.98 kB
JavaScript
import {AnimatedImage, AnimatedScanner, ProgressBar} from './animations';
import Assets from './assets';
import {
ActionBar,
ActionSheet,
Avatar,
Badge,
Button,
Card,
Carousel,
Checkbox,
ConnectionStatusBar,
Dialog,
FeatureHighlight,
Image,
TextArea,
// TextField,
TextInput,
MaskedInput,
ListItem,
Notification,
PageControl,
Picker,
Stepper,
TabBar,
TagsInput,
RadioButton,
RadioGroup,
Switch,
Text,
Toast,
TouchableOpacity,
Tour,
View,
WheelPickerDialog,
} from './components';
import {BaseComponent, SelectableComponent} from './commons';
// import GridList from './lists/gridList';
import {LoaderScreen, Modal, StateScreen} from './screensComponents';
import {HighlighterOverlayView, SafeAreaSpacerView, WheelPicker, SafeAreaInsetsManager} from './nativeComponents';
import {Colors, BorderRadiuses, Shadows, Spacings, Components, ComponentsColors, ThemeManager, Typography} from './style';
import {AvatarHelper, Constants, DocsGenerator} from './helpers';
export {
// Animations
AnimatedImage,
AnimatedScanner,
ProgressBar,
// Components
ActionBar,
ActionSheet,
Avatar,
Badge,
Button,
Card,
Carousel,
Checkbox,
ConnectionStatusBar,
Dialog,
FeatureHighlight,
Image,
TextArea,
// TextField,
TextInput,
MaskedInput,
ListItem,
Notification,
PageControl,
Picker,
Stepper,
TabBar,
TagsInput,
RadioButton,
RadioGroup,
Switch,
Text,
Toast,
TouchableOpacity,
Tour,
View,
WheelPickerDialog,
// Assets
Assets,
// Commons
BaseComponent,
SelectableComponent,
// GridList,
// Helpers
AvatarHelper,
Constants,
DocsGenerator,
// ScreenComponents
LoaderScreen,
Modal,
StateScreen,
// NativeComponents
HighlighterOverlayView,
SafeAreaSpacerView,
WheelPicker,
SafeAreaInsetsManager,
// Style
Colors,
BorderRadiuses,
Shadows,
Spacings,
Components,
ComponentsColors,
ThemeManager,
Typography,
};