Welcome to PairUp!
PairUp is a peer-to-peer mentorship platform enabling remote and in-person teams to experience higher levels of engagement and improved performance. Combining research in psychology and human computer interaction, PairUp facilitates a seamless mentorship experience to foster knowledge-sharing, feedback, and collaboration.
You can find PairUp in the App Store and Google Play.
To run the app on your own, download this repository on your workstation. If you've got the credentials/firebaseCredentials.js
file, you can use the following commands from the root directory to get PairUp running:
yarn install
expo start
Once Expo starts, follow the instructions to build the app on an iOS/Android emulator, or scan the generated QR code from a physical device.
This project is build on React Native and Expo. Additionally, PairUp utilizes these dependencies:
- Firebase for auth and storage
- React Navigation for routing and screen management
- Sketch for creating assets like graphics and animation
Updating the react-native-scripts
dependency of your app should be as simple as bumping the version number in package.json
and reinstalling your project's dependencies.
Upgrading to a new version of React Native requires updating the react-native
, react
, and expo
package versions, and setting the correct sdkVersion
in app.json
. See the versioning guide for up-to-date information about package version compatibility.