162 Add configuration for i18next

This commit is contained in:
Lisa Hillebrand
2021-05-02 20:51:15 +02:00
parent 886a952e53
commit 4676c50504
3 changed files with 37 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
import { AppRegistry } from 'react-native'
import AppWrapper from './components/app-wrapper'
import './i18n/i18n';
AppRegistry.registerComponent('drip', () => AppWrapper)