UNPKG

bs-react-native

Version:

Current stable `bs-react-native` has entered a kind of frozen mode. We are focusing on the rewrite, which is in `reason-react-native` & we would prefer to get contribution in there. If that's necessary for you to get something in `bs-react-native`, we wou

37 lines (36 loc) 782 B
{ "name": "bs-react-native", "version": "0.11.1", "repository": "https://github.com/reasonml-community/reason-react-native.git", "license": "MIT", "keywords": [ "reason", "reasonml", "bucklescript", "react-native" ], "files": [ "*", "!.DS_Store", "!**/*.bs.js", "!.merlin", "!lib/bs", "!lib/ocaml" ], "scripts": { "re:clean": "bsb -clean-world", "re:start": "bsb -make-world -w", "re:build": "bsb -make-world", "re:clean-build": "yarn re:clean && yarn re:build", "clean": "yarn re:clean", "test": "yarn re:clean-build" }, "devDependencies": { "bs-platform": "^5.0.4", "reason-react": "^0.7.0" }, "peerDependencies": { "react-native": "^0.53.3", "reason-react": "^0.7.0" } }