Skip to content

sopra-fs22-group-17/blink-latest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AfriBit wallet

Galoy Logo

Goal

This repository is the AfriBit mobile application. The goal is to make a mobile application compatible with Galoy's backend that can be customized and used by any community or organization. It is built with React Native, and runs on both iOS and Android.

Developing

The development docs are in DEV.md

Contributing

If you wish to contribute see CONTRIBUTING.MD

Notes for Running on M1 Mac:

The app currently only builds for x86_64 simulators. Simulators prior to IOS 13.7 are x86_64 by default, however starting with 13.7 they become platform specific. In order to get an x86_64 simulator of a newer IOS version, one must set XCode to open in emulation using Rosetta. To run the project, open GaloyApp.xcworkspace in XCode, choose an x86_64 simulator, and click the play button. This should start the Metro bundler in a new terminal as well as launch the simulator with the app.

Running the app, quickstart guide

First, install the packages using the following command:

yarn install

Second, prepare the assets for the platform of your choice:

yarn android:prepareAssets

Third, build the project into a debug package:

yarn android:buildDebug

Last but not least, run the server with:

yarn start

and wait until it prompts you for the platform of your choice.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.7%
  • JavaScript 0.9%
  • Shell 0.5%
  • Kotlin 0.3%
  • Ruby 0.3%
  • Nix 0.1%
  • Other 0.2%