diff --git a/ideas/034-react-native-qt/README.md b/ideas/034-react-native-qt/README.md index b6c9e6a..b507533 100644 --- a/ideas/034-react-native-qt/README.md +++ b/ideas/034-react-native-qt/README.md @@ -88,6 +88,11 @@ Goal Date: 2018-05-18 ### Iteration 5 Goal Date: 2018-06-01 +1. Resolve failing jest unit tests, increase stability of unit testing runs (2018-06-03 update: Not started) +2. Support of on-going needs for StatusIM Desktop project (2018-06-03 update: In-Progress) + +### Iteration 6 +Goal Date: 2018-06-18 1. Resolve failing jest unit tests, increase stability of unit testing runs 2. Support of on-going needs for StatusIM Desktop project diff --git a/ideas/034-react-native-qt/log.md b/ideas/034-react-native-qt/log.md index 8decc37..f9db3ae 100644 --- a/ideas/034-react-native-qt/log.md +++ b/ideas/034-react-native-qt/log.md @@ -1,5 +1,9 @@ ## Logfile +### 2018-05-25 +- TextInput enchancements: Support of keyboard modifiers keys, newline character. (Volodymyr) +- patch-package node.js tool is used to automate patching of 3rd party node modules on `npm install`. (Max) + ### 2018-05-18 - Build script to fully automate Mac OS bundle build process. (Volodymyr) - TextInput react-native component issues resolution to work as expected in StatusIm Desktop. (Volodymyr)