Нема описа

cdmoss 5e5067ba89 statisfied ts linting errors пре 2 година
.expo-shared 2c36d63256 Created a new Expo app пре 3 година
android a6f5f74a45 fixed picker and crop, attempt tabs fix пре 2 година
assets 7cac62bdc2 trying to fix google play signing issue пре 2 година
coverage 01ef96841b fixed registration form and added uxflow diagram пре 3 година
design 5e63c689ad updated docs пре 3 година
docs 5e63c689ad updated docs пре 3 година
ios 112771eb38 test update пре 2 година
oss-attribution a044083dfe added a feed screen пре 2 година
src 5e5067ba89 statisfied ts linting errors пре 2 година
.gitignore f55ae23825 added updated .gitignore пре 3 година
App.js 3d265dd8d2 final commit for first internal testing build пре 3 година
App.tsx 100ecc7e74 fixed asset issues on ios пре 2 година
GoogleService-Info.plist 7cac62bdc2 trying to fix google play signing issue пре 2 година
app.json fced0c3ccc initalizing branch пре 2 година
babel.config.json 100ecc7e74 fixed asset issues on ios пре 2 година
declarations.d.ts 06006d8d19 fixed svg import error пре 2 година
docker-compose.yml fe6473aa91 finished landmark photos пре 2 година
env 79081e7b51 further information editing functionality пре 2 година
google-services.json 7cac62bdc2 trying to fix google play signing issue пре 2 година
index.js 4a5415336e added basic vtt пре 3 година
jest.config.js 04117868e3 added dropdown menu for indoor floor plans, added some more files in the root directory пре 2 година
jsdoc.json d8646f095a added docs using jsdoc and better-docs пре 3 година
metro.config.js 06006d8d19 fixed svg import error пре 2 година
package-lock.json 5e5067ba89 statisfied ts linting errors пре 2 година
package.json daa6fd9107 added support for landmark icons, and also added a radio button menu, allowing user to select the kind of landmark to add пре 2 година
privacy.html a044083dfe added a feed screen пре 2 година
readme.md 5fbb5087d5 test пре 2 година
tsconfig.json 06006d8d19 fixed svg import error пре 2 година
tsconfig.spec.json 01ef96841b fixed registration form and added uxflow diagram пре 3 година
usage.html a044083dfe added a feed screen пре 2 година
yarn-error.log bfc9e9c427 enhanced vtt пре 3 година
yarn.lock 5e5067ba89 statisfied ts linting errors пре 2 година

readme.md

Click & Push Mobile

Click&Push's mobile app, built with React Native/Typescript. Acts as a client for Click & Push's Rest API.

Downloading and running the app

Reading the React Native CLI Quickstart guide on the official docs is highly recommended, however the process is very straight forward. https://reactnative.dev/docs/environment-setup

Click & Push Mobile uses Expo's Bare workflow, so it leverages Expo's powerful CLI, but also allows for essential native modules to be added (i.e. voice recognition)

General

  1. Clone the repository
  2. Make sure you have execute permissions set on your project folder sudo chmod -R 755 atlas-mobile-ts/
  3. Install node and npm if needed https://nodejs.dev/learn/how-to-install-nodejs
  4. Run npm install -g expo-cli if you don't have the expo-cli installed already.
  5. Run npm install to install dependencies from package.json.

After these steps, you need to perform some additional platform-specific steps (note: the ios and android folders in the repo have important modifications that enable certain dependencies in the app to function properly, so its important to keep them intact when pushing and pulling the repo):

Android

  1. Set up an android device (you'll need to use a physical device in order to use the voice to text capabilities), go here if you need information on how to set up a physical device for development.
  2. Install and configure the a compatible JDK and android SDK (go here and choose React Native CLI Quickstart -> <your OS> -> Android for comprehensive instructions on how to do that).
  3. Check the atlas-mobile-ts/android/build.gradle file to make sure that compileSdkVersion and targetSdkVersion are set to the Android API level that matches your device (i.e. Android 12 = API 31)
  4. Run expo run:android in the app root folder, which will install the app on your device and run it.

iOS

  1. Set up an iOS device (you'll need to use a physical device in order to use the voice to text capabilities), go here if you need information on how to set up a physical device for development.
  2. Install and configure the Xcode and cocoapods (go here and choose React Native CLI Quickstart -> macOS -> iOS for comprehensive instructions on how to do that)
  3. It is recommended run the project using xcode, as it will provide some extra code quality checks.

For technical information about the project structure and explainations of the code, see the wiki.