akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.28k stars 951 forks source link

Import Select #616

Closed Ifunanyacollins closed 5 years ago

Ifunanyacollins commented 5 years ago

import { Select, SelectOptionType, SelectOption, } from 'react-native-ui-kitten';

trying to import Select throws export-import error and say the component is not undefined.

artyorsh commented 5 years ago

@Ifunanyacollins what version of react-native-ui-kitten and @eva-design/eva are you running?

Ifunanyacollins commented 5 years ago

react-native-ui-kitten: 4.1.1 @eva-design/eva: 1.0.1

32penkin commented 5 years ago

Please try to do something like: npm install react-native-ui-kitten@beta @eva-design/eva@beta