034-react-native-qt update (#246)

This commit is contained in:
Max Risuhin 2018-05-07 06:09:44 +03:00 committed by Oskar Thorén
parent aa45ed2615
commit 8ff980fb4f
2 changed files with 25 additions and 6 deletions

View File

@ -1,7 +1,7 @@
---
id: 034-react-native-qt
title: Extend react-native-desktop to support status-react Desktop functionality
status: Limbo
status: Active
created: 2017-11-22
category: core
lead-contributor: MaxRis
@ -72,13 +72,22 @@ Goal Date: 2018-04-23
### Iteration 3
Goal Date: 2018-05-07
1. Build status-react Desktop in production
2. OS X bundle distribution for status-react Desktop
3. Realm native module support by r-n-d and JavaScriptCore
4. Ubuntu distribution build of old status-electron for Desktop based on react-native-desktop and JavaScriptCore
1. Build status-react Desktop in production (2018-05-04 update: Done)
2. OS X bundle distribution for status-react Desktop (2018-05-04 update: Done)
3. Realm native module support by r-n-d and JavaScriptCore (2018-05-04 update: Partially done, In-Progress)
4. Ubuntu distribution build of old status-electron for Desktop based on react-native-desktop and JavaScriptCore (2018-05-04 update: Done)
### Iteration 4
Goal Date: 2018-05-18
1. Resolve account creation issues with StatusIm.app bundle (happens only on non-vm machines)
2. Automate Mac OS bundle creation
3. Ubuntu distribution with JavaScriptCore enabled
4. Realm native module support by r-n-d and JavaScriptCore in Ubuntu distribution
5. Build react-native-desktop on Windows
6. status-react Desktop Windows portable binaries distribution
Goal Date: TODO
Description: Integrate react-native-desktop into latest status-react sources with desktops screens available.
Description: Integrate react-native-desktop into latest status-react sources with desktops screens available. (2018-05-04 update: Done)
Goal Date: TODO
Description: Resolve react-native-desktop related UI issues (missed support of some specific props or components, etc)

View File

@ -1,5 +1,15 @@
## Logfile
### 2018-05-04
- JavaScriptCore integrated into react-native-desktop. (Max)
### 2018-05-01
- StatusIm.app bundle for Mac OS. (Volodymyr)
### 2018-04-27
- Production build of StatusDesktop. (Volodymyr)
- Native react-native-desktop module for Realm with JavaScriptCore support In-Progress. (Max)
### 2018-04-20
- Known crashes of StatusDesktop are fixed. (Volodymyr)
- JavaScriptCore is integrated with react-native-desktop and is working on Ubuntu. Changes are not yet merged. (Max)