Receive instant push notifications directly from GitLab to your devices. Ping for GitLab is the best way to stay up to date with your team
The app is build using Expo and React Native, the entire codebase is written in Typescript and uses restyle for styling.
assets/*
- Assets data like images and sounds.src/components/*
- Collection of reusable components.src/contexts/*
- React Contexts used to share data and logic throughout the app.src/navigation/*
- Everything regarding navigation (we use React Navigation)src/screens/*
- App Views.src/utils/*
- Shared utilities like validation functions, parsing, configurations etc.app.json
- Expo configuration file (app.config.js only used for dynamic configuration)eas.json
- Configuration file used for EAS Build serviceApp.tsx
- Main entrypoint
git clone https://github.com/zaniluca/ping-4-gitlab.git
cd ping-4-gitlab
nvm use
yarn
yarn start
Now that you've setup the client you may want to also setup the server to start locally testing the app. For this please refer to this repo
Please see CONTRIBUTING.md
This project is licensed under the GNU Affero General Public License v3.0. See the LICENSE file for details.