|
|
@@ -5,13 +5,13 @@ import {
|
|
|
import {
|
|
|
setupNCoreUIKit,
|
|
|
NCoreUIKitTheme,
|
|
|
- TextInput,
|
|
|
Button,
|
|
|
Text
|
|
|
} from "ncore-ui-kit-mobile";
|
|
|
import {
|
|
|
useFonts
|
|
|
} from "expo-font";
|
|
|
+import packageJSON from "../package.json";
|
|
|
|
|
|
const NCoreUIKitBase = setupNCoreUIKit({
|
|
|
initialSelectedGapPropagation: "compact",
|
|
|
@@ -31,13 +31,7 @@ const App = () => {
|
|
|
}
|
|
|
]}
|
|
|
>
|
|
|
- <Text>Result: </Text>
|
|
|
- <TextInput
|
|
|
- title="Bi dene daha bombe."
|
|
|
- initialValue="dsfsdfdsf"
|
|
|
- hintText="asfasfasf"
|
|
|
- isDisabled={false}
|
|
|
- />
|
|
|
+ <Text>Version: v{packageJSON.version}</Text>
|
|
|
<Button
|
|
|
onPress={() => {
|
|
|
}}
|