I have a react-native project which has several modules. One of my module "@react-native-firebase_admob" uses "com.google.firebase:firebase-ads" as dependency.
What I'm trying to do here is to write my own react-native module which uses react native bridge to enable Admob Native Advance Ads Unit. And they might use shared dependency.
What is the best way to implement this? I'm new to android development, but this project is finished on ios using react native.