setCurrentScreen('name') - not set

I put “Analytics.setCurrentScreen(‘MenuContainerScreen’)” in componentDidMount(), but in Google Analytics I see “not set - 1”. I can’t get name of current screen.

But if I change it to “Analytics.logEvent(‘MenuContainerScreen’);” I will get naming.

Have you solved it? I also meet this issue.