fix: 🐛 Välja språk på Android var trasigt (#467)

This commit is contained in:
Kajetan Kazimierczak 2021-09-15 23:48:19 +02:00 committed by GitHub
parent daed84983c
commit d431d68f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ secrets.yaml
requests
xcshareddata
xcuserdata
/.vs

View File

@ -8,8 +8,8 @@ import {
useTheme,
} from '@ui-kitten/components'
import React, { useState } from 'react'
import { View } from 'react-native'
import { ScrollView, TouchableOpacity } from 'react-native-gesture-handler'
import { View, TouchableOpacity } from 'react-native'
import { ScrollView } from 'react-native-gesture-handler'
import RNRestart from 'react-native-restart'
import { SafeAreaView } from 'react-native-safe-area-context'
import { NativeStackNavigationOptions } from 'react-native-screens/native-stack'