Open desmond-dsouza opened 6 years ago
[Thank you sooo much for this project!]
Allows for a global install + npm link.
npm link
bs-react-native currently uses:
"devDependencies": { "bs-platform": "^2.1.0", "reason-react": "^0.3.0" }, "peerDependencies": { "reason-react": "^0.3.0", "react-native": "^0.46.0" }
makes sense, yeah we could do that
ok, submitted a PR https://github.com/react-community/reason-react-native-scripts/pull/6
Hmm. I don't think the packager can correctly handle symbolic links. Not sure.
[Thank you sooo much for this project!]
Allows for a global install +
npm link
.bs-react-native currently uses: