Input: unsupported configuration. Check one of the following prop values
See original GitHub issueIssue
- bug report
Issue description
Once I added size props with value = ‘tiny’ Determines the size of the component. Can be giant, large, medium, small, or tiny. Default is medium. Input: unsupported configuration. Check one of the following prop values { “appearance”: “default”, “variants”: [ “tiny” ], “states”: [] } 📖 Documentation: https://akveo.github.io/react-native-ui-kitten/docs/components/input/api
Current behavior: The size was not changed
Expected behavior: Show small Input
import React from 'react';
import { Input as UIKInput } from 'react-native-ui-kitten';
export default function Input(props) {
return <UIKInput {...props} size="tiny" style={{ marginBottom: 20 }} />;
}
Other information:
OS, device, package version
OS: Linux 4.15 Ubuntu 16.04.4 LTS (Xenial Xerus)
CPU: (4) x64 Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz
Memory: 123.69 MB / 5.73 GB
Shell: 5.1.1 - /usr/bin/zsh
Binaries:
Node: 10.15.0 - ~/.nvm/versions/node/v10.15.0/bin/node
Yarn: 1.6.0 - /usr/bin/yarn
npm: 6.4.1 - ~/.nvm/versions/node/v10.15.0/bin/
npmPackages:
react: 16.8.3 => 16.8.3
react-native: ^0.59.10 => 0.59.10
npmGlobalPackages:
react-native-create-library: 3.1.2
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Main.storyboard: warning: Unsupported Configuration
In the Storyboard, select the view controller you want to load when the app launches, and make sure to select the "Is Initial...
Read more >Resolve template validation or template format errors in ...
Validate parameter definitions. 1. Set Type to one of the following supported properties: String, Number, List , or CommaDelimitedList ...
Read more >lightning-input-field - documentation - Salesforce Developers
A lookup from a supported object to an unsupported object or field is displayed as a text field. See the Lookup Fields section....
Read more >Compose specification - Docker Documentation
The definition of a versioned schema to control the supported properties in a ... by running the same container image (and configuration) one...
Read more >Common Problems Found in RAML 1.0 API Specifications
This error occurs when a facet or data type is defined as having a specific set of properties, yet an API specification defines...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi 👋 We’re sorry, but this is a documentation issue. You can use one of the following sizes:
small
,medium
, orlarge
Thanks for reporting this
Thanks @artyorsh. I will try this.