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
Error: Requiring module "node_modules/react-native-view-editor/index.js", which threw an exception: TypeError: Cannot read property 'number' of undefined
I use react-native 0.55.0
Anyone have same problem?
The text was updated successfully, but these errors were encountered:
In ViewEditor.js, replace the first line with the following (proptypes is now under a different package):
import React, { Component } from 'react';
import PropTypes from 'prop-types';
Fixes the issue, however, this component needs more work to function well.
Error: Requiring module "node_modules/react-native-view-editor/index.js", which threw an exception: TypeError: Cannot read property 'number' of undefined
I use react-native 0.55.0
Anyone have same problem?
The text was updated successfully, but these errors were encountered: