export enum ScreenName { FancyFeaturesStack = 'FancyFeaturesStack', FancyFeature = 'FancyFeature', AnotherFancyFeature = 'AnotherFancyFeature', Home = 'Home', }