react-native-navigation的迁移库

launchReactNative.js 560B

123456789
  1. // This file is automatically generated by vscode-react-native@0.2.5
  2. // Please do not modify it manually. All changes will be lost.
  3. try {
  4. var path = require("path");
  5. var Launcher = require("/Users/danielzl/.vscode/extensions/vsmobile.vscode-react-native-0.2.5/out/debugger/launcher.js").Launcher;
  6. new Launcher("/Users/danielzl/dev/react-native-navigation", "/Users/danielzl/dev/react-native-navigation").launch();
  7. } catch (e) {
  8. throw new Error("Unable to launch application. Try deleting .vscode/launchReactNative.js and restarting vscode.");
  9. }