Skip to content

Commit 74fce41

Browse files
committed
Alter README.md
1 parent c5eea35 commit 74fce41

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,23 @@
44

55
`npm install`
66

7-
`react-native android`
7+
### Run
88

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
1610

1711
`npm start`
1812

1913
`android avd`
2014

2115
`react-native run-android`,
2216

23-
`rnpm link` Copia configurações do react-native-maps
24-
2517
### Observations
2618

2719
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
2824

2925
#### Configurações do react-native-maps
3026
https://github.com/lelandrichardson/react-native-maps/blob/master/docs/installation.md
@@ -61,3 +57,7 @@
6157
em
6258
Rode: react-native run-adroid vá em opções e em 'Debug server host for device' adicion o IP::porta
6359
https://facebook.github.io/react-native/docs/running-on-device-android.html#content
60+
61+
## To do
62+
63+
- Test in IOS

0 commit comments

Comments
 (0)