Adds Expo (a framework that uses react-native for every device) initial setup, with a WebView pointing to https://cashtabapp.com. This is a first step torwards using the Expo framework for Android, iOS and web.
Details
Details
- Reviewers
alcipir - Group Reviewers
Restricted Project
cd web/cashtab/mobile, npm install and then npm start. For Android you can download the Expo App and scan the QR code provided for testing. It should open a loading screen and then the CashTab website.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cashtab-expo
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 14439 Build 28845: Build Diff Build 28844: arc lint + arc unit
Event Timeline
web/cashtab/mobile/App.js | ||
---|---|---|
35 | Why does this need to load the js from a web page when it could have it on hand? That does not seems to make a lot of sense as a strategy to me. |