Page MenuHomePhabricator

[CashTab] Add React Native Wrapper
AbandonedPublic

Authored by alcipir on Dec 8 2020, 11:25.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

Adds a React Native app, which has a webview pointing to https://cashtabapp.com, with loading screen, logo and app icons for Android.

Test Plan

Make sure you meet the requirements for dev. environment: https://reactnative.dev/docs/environment-setup.
On /web/cashtab/mobile, run npm install.
Install react-native-cli: npm install -g react-native-cli
Run react-native start, and on another tab/session: npm start

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cashtab-react-native
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14345
Build 28665: Build Diff
Build 28664: arc lint + arc unit

Event Timeline

alcipir requested review of this revision.Dec 8 2020, 11:26
alcipir planned changes to this revision.Dec 8 2020, 20:06

We will use Expo framework moving forward.