Signum is a clone of the Signal Application written in React Native
- Run
npm install
in signum folder. This should download and create the directories for the project. - Run
npm start
to start the server to deliver the bundle url.
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"
}
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.