AK
Size: a a a
AK
AK
AK
AK
A
AK
ЛБ
Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s%s, undefined, You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.
ЛБ
ЛБ
AK
AK
ЛБ
import { StatusBar } from "expo-status-bar";
import React from "react";
import { StyleSheet, Text, View } from "react-native";
export function App() {
return <View></View>;
}
ЛБ
ЛБ
AK
AK
AK
ЛБ
AK