We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f887f commit 694f6d3Copy full SHA for 694f6d3
package.json
@@ -3,16 +3,15 @@
3
"version": "0.0.1",
4
"private": true,
5
"scripts": {
6
- "postinstall": "bash postinstall/postinstall.sh",
7
"start": "node node_modules/react-native/local-cli/cli.js start",
8
"test": "jest"
9
},
10
"dependencies": {
11
"prop-types": "^15.6.0",
12
"react": "^16.2.0",
13
"react-native": "^0.54.2",
14
- "react-native-maps": "^0.20.1",
15
- "react-native-maps-super-cluster": "^1.4.0"
+ "react-native-maps": "^0.21.0",
+ "react-native-maps-super-cluster": "^1.4.1"
16
17
"devDependencies": {
18
"babel-jest": "21.2.0",
0 commit comments