Skip to content
/ signum Public

Signum is a clone of the Signal Application written in React Native

Notifications You must be signed in to change notification settings

gokceer/signum

Repository files navigation

signum

Signum is a clone of the Signal Application written in React Native

Installation

  1. Run npm install in signum folder. This should download and create the directories for the project.
  2. Run npm start to start the server to deliver the bundle url.

Firebase Configuration

To set up the firebase, you need to open the firebase.js folder and then add your apiKey configuration.

const firebaseConfig = {
  apiKey: "YOUR-FIREBASE-API-KEY",
  authDomain: "YOUR-FIREBASE-DOMAIN",
  projectId: "YOUR-FIREBASE-PROJECT-ID",
  storageBucket: "YOUR-FIREBASE-STORAGE",
  messagingSenderId: "YOUR-FIREBASE-MESSAGING",
  appId: "YOUR-FIREBASE-APP-ID"

}

Demo

You can test the app by two ways:

In Expo Build you need to open the camera app on your device and scan the code.

About

Signum is a clone of the Signal Application written in React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published