Skip to content

Commit

Permalink
Added $FlowFixMe to DevTools shell for module we Flow-ignore (faceboo…
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Feb 7, 2020
1 parent d1bfdfb commit e05dedc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -8,6 +8,7 @@
*/

import React, {Fragment, useState} from 'react';
// $FlowFixMe
import {Button, Text, View} from 'react-native-web';

export default function ReactNativeWeb() {
Expand Down

0 comments on commit e05dedc

Please sign in to comment.