-
|
Hey! Just want to start by saying thank you so much for this amazing package. I've built 3 successful app businesses that all make heavy use of RNFB 💛 My most recent app is using Expo, fully managed, no prebuild. I'd like to enable the AdSupport.Framework on iOS, but it seems like I'd need access to native files (Podfile) to make the change described here: https://rnfirebase.io/analytics/usage#device-identification Any help or guidance here would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Hey I am facing the same question. How are we able to enable the AdSupport.Framework for RNFB with fully Expo managed workflow on iOS? |
Beta Was this translation helpful? Give feedback.
-
|
Add /plugins/withPodfile.js |
Beta Was this translation helpful? Give feedback.
-
|
I added it but the analytics still doesn't work on iOS ? Do you have any ideas ? |
Beta Was this translation helpful? Give feedback.
@mike24dzy
Add
"./plugins/withPodfile",to yourexpo.pluginsarray inapp.json/plugins/withPodfile.js