UNPKG

react-native-trimmer

Version:

A Trimmer component that renders in iOS and Android and built entirely in React Native.

11 lines (10 loc) 324 B
import Constants from 'expo-constants'; import * as Font from 'expo-font'; import * as Icon from '@expo/vector-icons'; import * as SQLite from 'expo-sqlite'; export { Asset } from 'expo-asset'; export { Constants }; export { Font }; export { Icon }; export { LinearGradient } from 'expo-linear-gradient'; export { SQLite };