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.
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.