A note saver for your links, made with React Native and Expo
- Clone the repo:
$ git clone https://github.com/Vinicius-8/Noteum.git
- Create a file called credentials.js at src folder and put your OAUTH client ID to use the google API for authentication with Expo, as follows (use the same client ID in the server-side):
const ANDROID_CLIENT_ID = "<yourid>";
export default {
androidId: ANDROID_CLIENT_ID,
};- Install and run:
$ yarn
$ expo start
You can download the apk here
