UNPKG

react-native-ui-lib

Version:

[![Build Status](https://travis-ci.org/wix/react-native-ui-lib.svg?branch=master)](https://travis-ci.org/wix/react-native-ui-lib) [![npm](https://img.shields.io/npm/v/react-native-ui-lib.svg)](https://www.npmjs.com/package/react-native-ui-lib) [![NPM Down

119 lines (109 loc) 1.98 kB
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, };