We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fontSize
Picker
Getting warnings using InputPicker
<InputGroup label='Tracking' inset={16} backgroundColor='white'> <InputPicker expanded={this.state.focusPicker} value={this.state.tracking} label='Idle tracking' onToggleExpansion={() => { this.setState({ focusPicker: !this.state.focusPicker }) }}> <Picker prompt='Select a Idle tracking' style={{ width: 300 }} selectedValue={this.state.tracking} onValueChange={(lang) => this.setState({ tracking: lang })}> <Picker.Item label='Aggressive' value='0' /> <Picker.Item label='Calm' value='1' /> </Picker> </InputPicker> </InputGroup>
Gives the following error in console
Bad object: { "padding": 0, "fontSize": 17, "width": 300 } Valid keys: [ "width", "height", "top", ..... ] Check the render method of `Picker`.
The text was updated successfully, but these errors were encountered:
Thanks for the report. Which panza version, and which OS?
Sorry, something went wrong.
This is OS X 10.11.6 and npm versions are "panza": "^2.3.0", "react": "^15.1.0", "react-native": "^0.28.0",
use xxxStyle: Text.propTypes.style
No branches or pull requests
Getting warnings using InputPicker
Gives the following error in console
The text was updated successfully, but these errors were encountered: