vziatkov / demoRN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development 🏃‍

  • Run yarn start to launch react-native cli.
  • Run yarn test to execute tests.

Add ./node_modules/.bin to your PATH

It is convenient to have node_modules/.bin added to your PATH so that you can run binaries installed by yarn without typing full path and you don't have to install packages globally.

NB! Do it after other directories so that standard executables will have priority over executables in node_modules/.bin in your current working directory

export PATH="$PATH:./node_modules/.bin"

About


Languages

Language:TypeScript 33.1%Language:Objective-C 30.3%Language:Python 13.4%Language:JavaScript 11.7%Language:Java 11.5%