Fix toast positioning (close #9)

This commit is contained in:
Paul Frazee 2022-11-28 10:38:16 -06:00
parent c86ff23757
commit 0e6237e58c
15 changed files with 37 additions and 137 deletions

View file

@ -2,7 +2,7 @@ import React, {useState, useEffect} from 'react'
import * as view from './view/index'
import {RootStoreModel, setupState, RootStoreProvider} from './state'
import {DesktopWebShell} from './view/shell/desktop-web'
import Toast from './view/com/util/Toast'
import Toast from 'react-native-root-toast'
function App() {
const [rootStore, setRootStore] = useState<RootStoreModel | undefined>(