2.2.0 • Published 5 years ago

react-native-yunolink v2.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

react-native-yunolink

Workaround for using symlinks in React Native.

oclif Version Downloads/week License

Usage

Install the module globally.

npm install -g react-native-yunolink

and execute it in the root of a repository where you want to use the targetted Node.JS module(s). It supports multiple targets by separating each path with a whitespace. In addition this will temporarily update the watchFolders property in metro.config.js to force Metro bundler to also watch your targetted modules.

rn-link [...targets]

rn-link ../myModule1 ../myModule2

Or alternatively install the module as devDependency.

npm install -D react-native-yunolink

And watch and copy the module from your package.json by adding a scripts command.

"scripts": {
  "watch-modules": "rn-link ../myModule1 ../myModule2"
}

Run it with npm run watch-myModule.

Commands

The CLI only has a single command available to start the module sync. If you need to ignore additional files or folders pass a comma separated list to -i or --ignore. Ensure you always provide [...targets] to rn-link.

If you want metro bundler to watch the linked folder for file changes and rebuild automatically, provide the -w flag. Watching files is only possible if the symlinked folder has no duplicate modules in node_modules.

In addition, -v and -h are available for version description and help.

Module tree

This module operates under the assumption npm or yarn dedupe node_modules to the root of your app. The node_modules of the synced target will be excluded. This will prevent @ProvidesModule errors in metro bundler.

2.2.0

5 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago