mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 20:10:05 +08:00
docs(admob): Fix incorrect import of Admob package
This commit is contained in:
@@ -34,7 +34,7 @@ Import and apply the React Native Firebase module package to your `/android/app/
|
||||
Import the package:
|
||||
|
||||
```java
|
||||
import io.invertase.firebase.admob.ReactNativeFirebaseAdMobPackage;
|
||||
import io.invertase.firebase.admob.ReactNativeFirebaseAdmobPackage;
|
||||
```
|
||||
|
||||
Add the package to the registry:
|
||||
@@ -43,7 +43,7 @@ Add the package to the registry:
|
||||
protected List<ReactPackage> getPackages() {
|
||||
return Arrays.asList(
|
||||
new MainReactPackage(),
|
||||
new ReactNativeFirebaseAdMobPackage(),
|
||||
new ReactNativeFirebaseAdmobPackage(),
|
||||
```
|
||||
|
||||
#### Rebuild the project
|
||||
|
||||
Reference in New Issue
Block a user