Chetan
Chetan
I have a TextInput field in modal. when I Click on textInput keyboard opens and when I press hardware back button to close keyboard all stacked models shown one after...
### Version Tell us which versions you are using: - tcomb-form-native v0.6.13 - react-native v0.55.4 ### Expected behaviour I am navigating to Searchscreen. this screen contains form,which has only one...
``` export const Tabs = TabNavigator({ store: { screen: MainScreen, navigationOptions: { tabBarLabel: 'store', tabBarIcon: ({ tintColor }) => () }, }, categories: { screen: Categories, navigationOptions: { tabBarLabel: 'categories',...