Code Monkey home page Code Monkey logo

Comments (4)

grabbou avatar grabbou commented on May 13, 2024 1

We only need to replace it with "start": "react-native start" I guess. When CLI is present in the "node_modules", it should call the "bin". Otherwise, I imagine it will call the global "react-native" CLI which proxies all the calls to "node_modules" anyway.

from cli.

fson avatar fson commented on May 13, 2024

Looks like this is already done, local-cli/cli.js imports react-native-local-cli. I wouldn't go as far as removing that file from react-native, because existing projects created with react-native init reference it in the start script in package.json and tools like Expo CLI use it.

from cli.

grabbou avatar grabbou commented on May 13, 2024

Yeah, @fson, this is totally our idea. In this issue, we are talking about "react-native-cli" (npm package, global CLI) to call into the right file, instead of the proxy.

from cli.

thymikee avatar thymikee commented on May 13, 2024

@grabbou do you mean replace the start command with this instead of proxy?

"start": "react-native-local-cli start" 

It would require users to install react-native-local-cli because of how package managers work (not every each of them hoists dependencies to the root node_modules – it's an implementation detail)

from cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.