-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi,
I have been trying to use react-native-google-ima but I always get this error when running my app:
error: cannot find symbol import com.reactlibrary.VideoGoogleDaiPackage.
I think I followed the instructions correctly and there maybe is something I am missing ...
Here are my dependencies:
"@react-native-community/slider": "^2.0.5",
"@sentry/react-native": "^1.1.0",
"moment": "^2.24.0",
"react": "16.9.0",
"react-dom": "^16.11.0",
"react-native": "0.60.0",
"react-native-design-utility": "^0.0.31",
"react-native-elements": "^1.2.6",
"react-native-fast-image": "^7.0.2",
"react-native-gesture-handler": "^1.5.0",
"react-native-google-ima": "https://github.com/tedconf/react-native-google-ima.git",
"react-native-hooks": "^0.9.0",
"react-native-indicators": "^0.17.0",
"react-native-maps": "0.26.1",
"react-native-modal": "^11.5.3",
"react-native-reanimated": "^1.4.0",
"react-native-rename": "^2.4.1",
"react-native-slider": "^0.11.0",
"react-native-snap-carousel": "^3.8.3",
"react-native-swipe-list-view": "^2.0.3",
"react-native-track-player": "^2.0.0-rc13",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^4.0.10",
"react-navigation-hooks": "^1.1.0",
"react-navigation-stack": "^1.10.3",
"react-navigation-tabs": "^2.5.6"
Thanks in advance for your help and for this great package !