You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your code import React, { Component, PropTypes } from 'react';
should be changed to import PropTypes from "prop-types"; according to earlier version of react-native
Hello
In your code
import React, { Component, PropTypes } from 'react';should be changed to
import PropTypes from "prop-types";according to earlier version of react-nativethanks for the package