chase c43426c03a Merge branch 'fixing-permissions' of apps/atlas-mobile-ts into dev | 2 anni fa | |
---|---|---|
.expo-shared | 3 anni fa | |
__tests__ | 2 anni fa | |
android | 2 anni fa | |
assets | 2 anni fa | |
coverage | 2 anni fa | |
design | 3 anni fa | |
docs | 3 anni fa | |
ios | 2 anni fa | |
oss-attribution | 2 anni fa | |
src | 2 anni fa | |
test | 2 anni fa | |
.env | 2 anni fa | |
.gitignore | 2 anni fa | |
App.tsx | 2 anni fa | |
GoogleService-Info.plist | 2 anni fa | |
app.json | 2 anni fa | |
babel.config.json | 2 anni fa | |
declarations.d.ts | 2 anni fa | |
docker-compose.yml | 2 anni fa | |
google-services.json | 2 anni fa | |
index.js | 2 anni fa | |
jest.config.js | 2 anni fa | |
jsdoc.json | 3 anni fa | |
metro.config.js | 2 anni fa | |
package-lock.json | 2 anni fa | |
package.json | 2 anni fa | |
privacy.html | 2 anni fa | |
readme.md | 2 anni fa | |
tsconfig.json | 2 anni fa | |
tsconfig.spec.json | 3 anni fa | |
usage.html | 2 anni fa | |
yarn-error.log | 3 anni fa | |
yarn.lock | 2 anni fa |
Click&Push's mobile app, built with React Native/Typescript. Acts as a client for Click & Push's Rest API.
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)
sudo chmod -R 755 atlas-mobile-ts/
npm install -g expo-cli
if you don't have the expo-cli installed already.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):
expo run:android
in the app root folder, which will install the app on your device and run it.For technical information about the project structure and explainations of the code, see the wiki.