evollu / evollu/react-native-firebase-analytics
[iOS] <FIRAnalytics/WARNING> setScreenName:screenClass: must be called after a view controller has appeared
Open
- Dominant language
- Java
- Stars
- 206
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
Each time I try to call `setScreenName` I get the following warning:
```
setScreenName:screenClass: must be called after a view controller has appeared
```
To get the warning you have to first set `FirebaseAutomaticScreenReportingEnabled` to `NO` in the `Info.plist`.
Afaict no screen event is sent when the warning appears.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.