Problem
Right now, components that use <SelectionScreen> do not check if the current integration connected is Xero.
Solution
As discussed here, we'll need to add the corresponding checks and modify shouldBeBlocked in the components that use <SelectionScreen>, to make sure we can only access the related screens if we have the Xero integration connected.
Problem
Right now, components that use
<SelectionScreen>do not check if the current integration connected is Xero.Solution
As discussed here, we'll need to add the corresponding checks and modify
shouldBeBlockedin the components that use<SelectionScreen>, to make sure we can only access the related screens if we have the Xero integration connected.