question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Input: unsupported configuration. Check one of the following prop values

See original GitHub issue

Issue

  • bug report

Issue description

Once I added size props with value = ‘tinyDetermines 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:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

13reactions
artyorshcommented, Aug 8, 2019

Hi 👋 We’re sorry, but this is a documentation issue. You can use one of the following sizes: small, medium, or large

Thanks for reporting this

0reactions
adnan909commented, Aug 8, 2019

Thanks @artyorsh. I will try this.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found