package com.swmansion.rnscreens import androidx.fragment.app.Fragment interface FragmentHolder { val fragment: Fragment }