lfabl 2 месяцев назад
Родитель
Сommit
0d8685eca5
2 измененных файлов с 3 добавлено и 9 удалено
  1. 2 8
      example/src/index.tsx
  2. 1 1
      package.json

+ 2 - 8
example/src/index.tsx

@@ -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={() => {
             }}

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
     "name": "ncore-ui-kit-mobile",
-    "version": "1.0.0-pre-alpha.1",
+    "version": "1.0.0-pre-alpha.2",
     "description": "NİBGAT® | NCore - UI Kit for React-Native Mobile Apps.",
     "main": "./lib/module/index.js",
     "types": "./lib/typescript/src/index.d.ts",