()
| 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) |
no outgoing calls
no test coverage detected