ErnestoOrtiz2 3 роки тому
джерело
коміт
a054d509dd
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      App.js

+ 1
- 1
App.js Переглянути файл

2
 import React from 'react';
2
 import React from 'react';
3
 import { StyleSheet, Text, View } from 'react-native';
3
 import { StyleSheet, Text, View } from 'react-native';
4
 
4
 
5
-import { t } from './locales'
5
+import { t } from './locales/index.js'
6
 
6
 
7
 export default function App() {
7
 export default function App() {
8
   return (
8
   return (