From 975ed05ad959fbf54abc16f82b0146267964a02e Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 29 Aug 2024 14:55:10 -0400 Subject: [PATCH] first commit --- .idea/.gitignore | 8 + .idea/HealthRader.iml | 8 + .idea/modules.xml | 8 + .idea/php.xml | 19 + .idea/vcs.xml | 6 + JNK/_layout.js | 8 + RN-Read.txt | 36 + app.json | 25 +- app/index.jsx | 89 ++ assets/adaptive-icon.png | Bin 0 -> 112522 bytes assets/data/exercises.json | 82 ++ assets/favicon.png | Bin 0 -> 3380 bytes assets/icon.png | Bin 0 -> 113870 bytes assets/splash.png | Bin 0 -> 4148986 bytes babel.config.js | 3 +- eas.json | 18 + package-lock.json | 2365 ++++++++++++++++++++++++++---------- package.json | 13 +- 18 files changed, 2008 insertions(+), 680 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/HealthRader.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml create mode 100644 JNK/_layout.js create mode 100644 RN-Read.txt create mode 100644 app/index.jsx create mode 100644 assets/adaptive-icon.png create mode 100644 assets/data/exercises.json create mode 100644 assets/favicon.png create mode 100644 assets/icon.png create mode 100644 assets/splash.png create mode 100644 eas.json 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 + + + + +