reactxp/src
Mike Hardy bf8a249be7 Use new/temporary react lifecycle methods (#1039) (#1127)
* Use new/temporary react lifecycle methods (#1039)

This migration was performed using the recommend codemod tool:
`npx react-codemod rename-unsafe-lifecycles`
https://reactjs.org/blog/2019/08/08/react-v16.9.0.html#renaming-unsafe-lifecycle-methods

The change to tslint.json should be reverted after the second phase of this change
where the deprecated/UNSAFE APIs are removed completely in favor of different lifecycle APIs

The converted code will not work on react versions < v16.3 (react-native v0.55)
The converted code will continue to work on react v17.x

* Log what test is next so failures are easy to localize

* Fix mouse test render failure, text must be inside text JSX

* Change button render direction so all buttons are visible
2019-08-21 17:42:10 -07:00
..
android Restore NetInfo package changes (#1119) 2019-07-20 16:00:03 -07:00
common Breaking Change: Remove SyncTasks from reactxp core and prefer ES6 promises (#1129) 2019-08-21 15:48:34 -07:00
ios Restore NetInfo package changes (#1119) 2019-07-20 16:00:03 -07:00
macos Restore NetInfo package changes (#1119) 2019-07-20 16:00:03 -07:00
native-common Use new/temporary react lifecycle methods (#1039) (#1127) 2019-08-21 17:42:10 -07:00
native-desktop
tslint
typings Extract the WebView component out of core and into an extension (#1101) 2019-07-14 16:30:34 -07:00
web Use new/temporary react lifecycle methods (#1039) (#1127) 2019-08-21 17:42:10 -07:00
windows Use new/temporary react lifecycle methods (#1039) (#1127) 2019-08-21 17:42:10 -07:00
ReactXP.ts