Pull apart settings module
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { Alert } from 'react-native'
|
||||
import { shared as sharedLabels } from '../labels'
|
||||
|
||||
export default function alertError(msg) {
|
||||
Alert.alert(sharedLabels.errorTitle, msg)
|
||||
}
|
||||
Reference in New Issue
Block a user