diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/HealthRader.iml b/.idea/HealthRader.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/HealthRader.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..a2e8779 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..f324872 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/JNK/_layout.js b/JNK/_layout.js new file mode 100644 index 0000000..aa18eef --- /dev/null +++ b/JNK/_layout.js @@ -0,0 +1,8 @@ +import { Stack } from 'expo-router/stack'; + + + const Layout =()=>{ + return ; + } + + export default Layout; \ No newline at end of file diff --git a/RN-Read.txt b/RN-Read.txt new file mode 100644 index 0000000..d69914b --- /dev/null +++ b/RN-Read.txt @@ -0,0 +1,36 @@ + + +npx expo start + +npx create-expo-app JubaBox--template blank + +npx expo install react-dom react-native-web @expo/metro-runtime + + +npx expo start + + +npm install --global eas-cli + +eas build --platform all +eas login + + +npx create-expo-app JubaBox--template blank + +npx expo install react-dom react-native-web @expo/metro-runtime +npx expo start + +npx expo start + + +npm install --global eas-cli + +eas build --platform all +eas login + + +https://docs.expo.dev/build/setup/ + +https://docs.expo.dev/build/setup/ + diff --git a/app.json b/app.json index 99f975a..2d3dca4 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,14 @@ { "expo": { "scheme": "acme", + "orientation": "portrait", + "icon": "./assets/icon.png", + "userInterfaceStyle": "light", + "splash": { + "image": "./assets/splash.png", + "resizeMode": "contain", + "backgroundColor": "#ffffff" + }, "web": { "bundler": "metro" }, @@ -8,6 +16,21 @@ "expo-router" ], "name": "HealthRader", - "slug": "HealthRader" + "slug": "healthrader-3wjzaetua4alnymmgw963", + "extra": { + "router": { + "origin": false + }, + "eas": { + "projectId": "14db5095-cca8-4161-94ca-85f219dd4050" + } + }, + "android": { + "package": "com.chiefsoft.raderapp" + }, + "ios": { + "bundleIdentifier": "com.chiefsoft.raderapp" + }, + "owner": "chiefsoft" } } diff --git a/app/index.jsx b/app/index.jsx new file mode 100644 index 0000000..aa5f58f --- /dev/null +++ b/app/index.jsx @@ -0,0 +1,89 @@ +import { Stack, useNavigation } from 'expo-router'; +import { ImageBackground, StyleSheet, Button, TextInput, Text, View ,Image,Alert } from 'react-native'; +import { useEffect } from 'react'; + +const Home =()=> { + + const image = {uri: 'https://rader.app/assets/images/app/home.jpg'}; + + + return ( + + + + + Home Screen Ameyew ggg fff hhh yyyy + + + + +