This is a communication-open issue indicating version 4.2 roadmap. Our plan is:
Features
UI components
Modules
In version 4.2, we're going to become a modular framework. This means it will help you with creating apps with more flexibility allowing to install the only things you need! Besides the main package of UI components, we also going to introduce following easily adaptable to UI Kitten packages:
react-native init --template ui-kittenDocumentation
Feel free to add your proposals on what we need to include!
I'm curious, whats the timeline for the features on your roadmap?
Hello @sudomann.
We don't have an exact date for this.
I guess 4.2 will be landed approx. at the end of August - start of September.
Are there any plans for audio and video components?
@klaaz0r actually we don't plan something similar into 4.2. But it would be nice if you create an issue with the description of what you need. So we would know the users' opinions.
@malashkevich will do! Thanks for your response!
I see the documentation shows different input types:

But I have only been able to get a plain single line input field. The docs don't demonstrate how to change to a picker, for example, even though the image shows it. Perhaps the picker should be made into its own component like react-native's Picker?
@sudomann Yes, we have this documentation issue. But in 4.2 will include this component. We call it Select 馃殌
@sudomann glad to announce you're able to use this component. We just released v4.2 beta, so you can update with npm i react-native-ui-kitten@beta @eva-design/eva@beta
Awesome! Right on the weekend 馃檪 so is there any documentation for 4.2 improvements yet?
Yes. Check this release comment. I also recommend you subscribing to this issue to stay tuned on the latest updates 馃憤
not able to import { Icon } from react-native-ui-kitten
and also { IconRegistry }
@ibraveboy It's only available in 4.2-beta for now: npm i react-native-ui-kitten@beta @eva-design/eva@beta
@artyorsh thank you i was following the documentation and this was not mentioned there. Thanks again.
Nice work with releasing 4.2! :)
I don't know if I'm doing something wrong or this is a bug, but when i try to use Calendar or Datepicker I'm getting:
console.error: "
Calendar: unsupported configuration.
Using UI Kitten components is only possible with configuring ApplicationProvider.
馃摉 Documentation: https://akveo.github.io/react-native-ui-kitten/docs/guides/install-ui-kitten#configure-application-root
In case you have all in place, there might be an incorrect usage of a "styled" function.
馃摉 Documentation: https://akveo.github.io/react-native-ui-kitten/docs/design-system/custom-component-mapping"
install/console.error
YellowBox.js:63:8
StyleConsumerService
styleConsumer.service.js:23:20
Wrapper/_this.onInit
styleConsumer.component.js:119:31
Wrapper/_this.renderWrappedElement
styleConsumer.component.js:133:25
onmessage</<
debuggerWorker.js:80:58
My code for both are exactly as your docs have it, very simple example.
@sudomann You also need to update eva
npm i @eva-design/eva@latest
Wow, looks very nice, and I like the new changes to eva styling. You guys are doing some amazing work here 馃憤
Most helpful comment
@sudomann You also need to update eva
npm i @eva-design/eva@latest