diff --git a/src/index.js b/src/index.js index 916c0a1..7b8e5a0 100644 --- a/src/index.js +++ b/src/index.js @@ -112,7 +112,7 @@ var Accordion = React.createClass({ }} > - {Platform.os === 'ios' || this.state.is_visible ? this.props.content: null} + {Platform.OS === 'ios' || this.state.is_visible ? this.props.content: null}