You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,23 @@
4
4
5
5
`npm install`
6
6
7
-
`react-native android`
7
+
### Run
8
8
9
-
`react-native ios`
10
-
11
-
#### Global
12
-
13
-
`npm install rnpm -g` Para atualizar configurações de pacotes como 'react-native-maps'. https://github.com/rnpm/rnpm
14
-
15
-
### Run
9
+
Tests only in Android
16
10
17
11
`npm start`
18
12
19
13
`android avd`
20
14
21
15
`react-native run-android`,
22
16
23
-
`rnpm link` Copia configurações do react-native-maps
24
-
25
17
### Observations
26
18
27
19
To android device it's necessary install `npm install react-native-maps --save` to use <MapView></MapView>. https://github.com/lelandrichardson/react-native-maps
20
+
21
+
Para atualizar configurações de pacotes como 'react-native-maps'. https://github.com/rnpm/rnpm
22
+
`npm install rnpm -g`
23
+
`rnpm link` Copia configurações do react-native-maps
0 commit comments