Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"description": "ReScript bindings for react-navigation.",
"version": "5.1.3",
"peerDependencies": {
"@react-navigation/native": "^5.0.0",
"@react-navigation/bottom-tabs": "^5.0.0",
"@react-navigation/stack": "^5.0.0",
"@react-navigation/material-top-tabs": "^5.0.0",
"@react-navigation/material-bottom-tabs": "^5.0.0",
"@react-navigation/drawer": "^5.0.0",
"@react-navigation/material-bottom-tabs": "^5.0.0",
"@react-navigation/material-top-tabs": "^5.0.0",
"@react-navigation/native": "^5.0.0",
"@react-navigation/stack": "^5.0.0",
"@rescript/react": "^0.10.0",
"rescript-react-native": "^0.64.3"
},
Expand All @@ -35,21 +35,21 @@
"format:most": "prettier --write \"**/*.{md,json,js,css}\"",
"format:re": "find . -name \"*.re\" -or -name \"*.rei\" | grep -v \"node_modules\" | xargs bsrefmt --in-place",
"format": "yarn format:most && yarn format:re",
"re:start": "bsb -make-world -w",
"re:build": "bsb -make-world",
"re:clean-build": "bsb -clean-world -make-world",
"re:start": "rescript -w",
"re:build": "rescript",
"re:clean-build": "rescript clean && rescript",
"start": "yarn re:start",
"build": "yarn re:build",
"test": "yarn re:clean-build",
"release": "npmpub"
},
"devDependencies": {
"bs-platform": "^9.0.0",
"@rescript/react": "^0.10.0",
"husky": "^4.0.0",
"lint-staged": "^10.0.0",
"npmpub": "^5.0.0",
"prettier": "^2.0.0",
"@rescript/react": "^0.10.0",
"rescript": "^9.1.2",
"rescript-react-native": "^0.64.3"
},
"prettier": {
Expand Down
228 changes: 0 additions & 228 deletions src/BottomTabs.re

This file was deleted.

Loading