-
Notifications
You must be signed in to change notification settings - Fork 217
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
should be:
import { codegenNativeComponent } from 'react-native';
otherwise devtools would print deep import will be depreacted
Packages
- create-react-native-library
- react-native-builder-bob
Selected options
None
Link to repro
None
Environment
None
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working