Skip to content

Vinicius-8/Noteum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noteum GiF

Noteum

A note saver for your links, made with React Native and Expo

Getting Started

  • 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

About

A note saver for links made with React Native/Expo

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors