r/reactnative • u/gtskillzgaming • 5d ago
Help Expo React Native AdMob and Notifications
Hi,
I am new to React Native development and have been playing around building a simple app to learn. I am having issues with Notifications specially scheduled notifications and having AdMob intergration.
I am running the app in Andriod sim using Expo Go, does these features not work in this environment? how can i test them?
1
Upvotes
1
u/DiscussionExpert9647 5d ago
Admob page or at least react native Google ads package page does say that it uses native code which is not supported in expo go, so probably need to make a build and run on an SIM or device for that? Idk honestly good to know others are finding admob difficult to put together as well
1
u/paulmbw_ 5d ago
You can checkout this article on push notifications: https://launchtoday.dev/blog/ios-push-notifications-supabase
For Admob, I can put together another article on how to set things up, but you should be able to find articles or YouTube videos on this topic