This package has been deprecated

Author message:

Please see https://doubledutch.github.io to build with the DoubleDutch Developer Platform

dd-rn-packager

0.46.9 • Public • Published
  • DEPRECATED

dd-rn-packager is no longer necessary. You may remove it from your DoubleDutch extensions and update your mobile package.json scripts to use the standard react-native CLI:

{
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start --port 8081",
    "clean": "watchman watch-del-all && rm -rf node_modules && rm -fr $TMPDIR/react-* && rm -rf ios/build && (yarn || npm i)",
    "ios": "node node_modules/react-native/local-cli/cli.js run-ios",
    "android": "node node_modules/react-native/local-cli/cli.js run-android"
  }
}

/dd-rn-packager/

    Package Sidebar

    Install

    npm i dd-rn-packager

    Weekly Downloads

    3

    Version

    0.46.9

    License

    MIT

    Unpacked Size

    1.77 MB

    Total Files

    530

    Last publish

    Collaborators

    • doubledutch-engineering
    • adamliechty
    • estamps