Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deep Linking #288

Closed
smshuja opened this issue Aug 8, 2016 · 10 comments
Closed

Deep Linking #288

smshuja opened this issue Aug 8, 2016 · 10 comments

Comments

@smshuja
Copy link

smshuja commented Aug 8, 2016

Are you planning on adding Deep Linking? It would be really helpful as most apps these days have this requirement?

References:
https://facebook.github.io/react-native/docs/linking.html
https://www.lullabot.com/articles/navigation-and-deep-linking-with-react-native

@GantMan
Copy link
Member

GantMan commented Aug 8, 2016

Good call! We'll make this a TODO item.

@smshuja
Copy link
Author

smshuja commented Aug 18, 2016

Any ideas how to do this with the current structure?

@skellock
Copy link
Contributor

aksonov/react-native-router-flux#704 looks promising.

@skellock
Copy link
Contributor

Ignite 2.0 is looking to ship with react-navigation which uses this feature out-of-the-box.

@samtoya
Copy link

samtoya commented Sep 6, 2019

Any update on this please... I need to get this working in my app, it's holding me back for production launch. Any help on this would be greatly appreciated. Thanks.

@jamonholmgren
Copy link
Member

@samtoya Can you post the results of ignite doctor please? If you're still having trouble with it, that is.

@samtoya
Copy link

samtoya commented Oct 1, 2019

@jamonholmgren I'm unable to run ignite doctor successful, I have the ignite video plugin installed.

I'm using [email protected].

Here's my output;

Error: Error: Couldn't load command video -- needs a "run" property with a function.

  - command-loader.js:53 Object.loadCommandFromFile
    [lib]/[ignite-cli]/[gluegun]/build/loaders/command-loader.js:53:15

  - plugin-loader.js:40
    [lib]/[ignite-cli]/[gluegun]/build/loaders/plugin-loader.js:40:105

  - Array.map

  - plugin-loader.js:40 Object.loadPluginFromDirectory
    [lib]/[ignite-cli]/[gluegun]/build/loaders/plugin-loader.js:40:59

  - runtime.js:175 Runtime.addPlugin
    [lib]/[ignite-cli]/[gluegun]/build/runtime/runtime.js:175:38

  - runtime.js:204
    [lib]/[ignite-cli]/[gluegun]/build/runtime/runtime.js:204:58

  - Array.map

  - runtime.js:204 Runtime.addPlugins
    [lib]/[ignite-cli]/[gluegun]/build/runtime/runtime.js:204:24

  - builder.js:150
    [lib]/[ignite-cli]/[gluegun]/build/domain/builder.js:150:61

  - Array.forEach


/Users/samtoya/.nvm/versions/node/v10.16.0/lib/node_modules/ignite-cli/node_modules/gluegun/build/index.js:13
    throw up;
    ^

Error: Error: Couldn't load command video -- needs a "run" property with a function.
    at Object.loadCommandFromFile (/Users/samtoya/.nvm/versions/node/v10.16.0/lib/node_modules/ignite-cli/node_modules/gluegun/build/loaders/command-loader.js:53:15)
    at /Users/samtoya/.nvm/versions/node/v10.16.0/lib/node_modules/ignite-cli/node_modules/gluegun/build/loaders/plugin-loader.js:40:105
    at Array.map (<anonymous>)
    at Object.loadPluginFromDirectory (/Users/samtoya/.nvm/versions/node/v10.16.0/lib/node_modules/ignite-cli/node_modules/gluegun/build/loaders/plugin-loader.js:40:59)
    at Runtime.addPlugin (/Users/samtoya/.nvm/versions/node/v10.16.0/lib/node_modules/ignite-cli/node_modules/gluegun/build/runtime/runtime.js:175:38)
    at /Users/samtoya/.nvm/versions/node/v10.16.0/lib/node_modules/ignite-cli/node_modules/gluegun/build/runtime/runtime.js:204:58
    at Array.map (<anonymous>)
    at Runtime.addPlugins (/Users/samtoya/.nvm/versions/node/v10.16.0/lib/node_modules/ignite-cli/node_modules/gluegun/build/runtime/runtime.js:204:24)
    at /Users/samtoya/.nvm/versions/node/v10.16.0/lib/node_modules/ignite-cli/node_modules/gluegun/build/domain/builder.js:150:61
    at Array.forEach (<anonymous>)

@samtoya
Copy link

samtoya commented Oct 8, 2019

@jamonholmgren Here....:

System
  platform           darwin

  arch               x64
  cpu                4 cores                                         Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz
  directory          /Users/samtoya/Code/TechNation/RN/aftownmusic

JavaScript
  node               10.16.0      /Users/samtoya/.nvm/versions/node/v10.16.0/bin/node
  npm                6.11.3       /Users/samtoya/.nvm/versions/node/v10.16.0/bin/npm
  yarn               1.17.3       /Users/samtoya/.nvm/versions/node/v10.16.0/bin/yarn

React Native
  react-native-cli   2.0.1
  app rn version     0.59.9

Ignite
  ignite-cli           3.1.6                                                                                                                                                                                        /Users/samtoya/.nvm/versions/node/v10.16.0/bin/ignite
  createdWith          3.1.5
  boilerplate          ignite-andross
  examples             classic
  navigation           react-navigation
  askToOverwrite       true
  generators           {"component":"ignite-andross","container":"ignite-andross","listview":"ignite-andross","list":"ignite-andross","redux":"ignite-andross","saga":"ignite-andross","screen":"ignite-andross"}
  boilerplateVersion   4.1.0

Android
  java               1.8.0_222    /usr/bin/java
  android home       -            /Users/samtoya/Library/Android/sdk

iOS
  xcode              11.0

@jamonholmgren
Copy link
Member

Hey @samtoya , please file a new issue on Ignite Andross. Thanks!

@samtoya
Copy link

samtoya commented Nov 3, 2019

Okay.. @jamonholmgren

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants