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
the error occured at bannerSize: React.PropTypes.string,
when you create a new react native app, the package.json will be like "dependencies": { "react": "16.0.0-alpha.12", "react-native": "0.48.3",
.....................
so cannot use this library.
The text was updated successfully, but these errors were encountered:
the error occured at
bannerSize: React.PropTypes.string,
when you create a new react native app, the package.json will be like
"dependencies": { "react": "16.0.0-alpha.12", "react-native": "0.48.3",
.....................
so cannot use this library.
The text was updated successfully, but these errors were encountered: