Add localisation files

This commit is contained in:
Lei Nelissen
2020-11-02 22:43:11 +01:00
parent 6a1d75c27c
commit 0df9d4a621
6 changed files with 130 additions and 2 deletions

View File

@@ -4,13 +4,25 @@ module.exports = {
[
'module-resolver',
{
// root: ['./src'],
root: ['.'],
extensions: [
'.ios.ts',
'.android.ts',
'.ts',
'.ios.tsx',
'.android.tsx',
'.tsx',
'.jsx',
'.js',
'.json',
],
alias: {
store: './src/store',
components: './src/components',
utility: './src/utility',
screens: './src/screens',
assets: './src/assets',
'@localisation': './src/localisation',
CONSTANTS: './src/CONSTANTS',
}
}