MCPcopy Create free account
hub / github.com/dabit3/react-native-ai / closeModal

Function closeModal

app/App.tsx:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }, [])
61
62 async function configureStorage() {
63 try {
64 const _theme = await AsyncStorage.getItem('rnai-theme')
65 if (_theme) setTheme(_theme)
66 const _chatType = await AsyncStorage.getItem('rnai-chatType')
67 if (_chatType) {
68 const parsed = JSON.parse(_chatType)

Callers 2

handlePresentModalPressFunction · 0.85
showClipboardActionsheetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected