Skip to content

Commit 310f197

Browse files
author
Spike Brehm
authored
Merge pull request react-native-maps#439 from gohanman/master
Include import line in Java application
2 parents 6601e81 + 3cbbd01 commit 310f197

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ project(':react-native-maps').projectDir = new File(rootProject.projectDir, '../
6161
For React Native v0.29.0 or above:
6262

6363
```java
64+
import com.airbnb.android.react.maps.MapsPackage;
65+
6466
public class MyApplication extends Application implements ReactApplication {
6567
private final ReactNativeHost reactNativeHost = new ReactNativeHost(this) {
6668
@Override protected List<ReactPackage> getPackages() {

0 commit comments

Comments
 (0)