Skip to content

Commit

Permalink
Try adding FURN
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisglein committed Mar 30, 2023
1 parent 65fa808 commit 5ee0c30
Show file tree
Hide file tree
Showing 4 changed files with 516 additions and 205 deletions.
202 changes: 0 additions & 202 deletions .vscode/.react/debuggerWorker.js

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"postinstall": "patch-package"
},
"dependencies": {
"@fluentui/react-native": "^0.36.20",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-picker/picker": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Popups.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import React, { PropsWithChildren } from 'react';
import {
Button,
Text,
View,
} from 'react-native';
import {Popup} from 'react-native-windows';
import {StylesContext} from './Styles';
import { Button, IFocusable } from '@fluentui/react-native';

type PopupsContextType = {
showAbout: boolean,
Expand Down
Loading

0 comments on commit 5ee0c30

Please sign in to comment.