-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
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 workingSomething isn't working