Skip to content

Flyout and Popup jest tests broken on .72 #344

@TatianaKapos

Description

@TatianaKapos

After bumping Gallery to .72, the test cases for Popup and Flyout broke with the following error. Those example pages are running fine, so currently commented those tests out. We should figure out how to reenable them.

` Invariant Violation: __fbBatchedBridgeConfig is not set, cannot invoke native modules

  168 |           <Text style={{color: colors.text}}>Open Popup</Text>
  169 |         </TouchableHighlight>
> 170 |         <Flyout
      |          ^
  171 |           isOpen={showFlyout1}
  172 |           onDismiss={() => {
  173 |             setShowFlyout1(false);`

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions