Following is my App.js ``` import React, { Component } from 'react'; import { Examples } from '@shoutem/ui'; export default class App extends Component { render() { return ( <Examples /> ); } } ``` Package.json ``` "@shoutem/ui": "^0.21.3", "react": "16.0.0", "react-native": "0.50.1" ``` Error: cannot read property 'shape' of undefined on iphone X, undefined is not an object (evaluating '_react.PropTypes.shape') on iphone 7