Skip to content

Unable to resolve module react-native from /path/index.js: react-native could not be found within the project. #48

@mattjaf

Description

@mattjaf

image

One of my buddy's ran into this issue right out the box when trying to launch this with Ios.

Looks like its being triggered here:

/**
 * @format
 */
                  V
------>import {AppRegistry} from 'react-native';
import App from './App';
import { name as appName } from './app.json';
import './shim';

AppRegistry.registerComponent(appName, () => App);

Could this possibly be a dependency issue from the recent changes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions