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

Gradle files unchanged after linking #97

Open
joshg111 opened this issue Jul 26, 2016 · 0 comments
Open

Gradle files unchanged after linking #97

joshg111 opened this issue Jul 26, 2016 · 0 comments

Comments

@joshg111
Copy link

After linking with: "rnpm link " I see added to MainActivity.java, but I don't see the necessary changed to build.gradle or settings.gradle. My apps package.json file is below. The output of the link command is successful. Also, this might be a related issue, but when i run "rnpm install " I get the following output:
rnpm-link info Module react-native-fbsdk has been successfully installed & linked

But in this case the linking doesn't work at all. Seems to ignore the MainActivity and gradle files, where at least the "ronpm link " makes the changes to MainActivity.

Please let me know what other info you need.

{
  "name": "event_photo",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "alt": "^0.18.4",
    "native-base": "^0.4.7",
    "react": "15.0.2",
    "react-native": "^0.26.3",
    "react-native-contacts": "^0.2.8",
    "react-native-fbsdk": "^0.2.2",
    "react-native-image-picker": "^0.19.4",
    "react-native-router-flux": "^3.31.0",
    "react-native-vector-icons": "^2.0.3"
  }
}
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

1 participant