tidev / hyperloop.next

Hyperloop Next version (we forgot the version number at this point)
Other
7 stars 4 forks source link

feat(ios): support LiveView #351

Closed jquick-axway closed 3 years ago

jquick-axway commented 3 years ago

JIRA: https://jira.appcelerator.org/browse/TIMOB-28461

Summary:

Note: The following still won't work with LiveView because they require a native rebuild.


Test:

  1. Add this PR's hyperloop module to hyperloop-examples.
  2. Build and run view LiveView: appc run -p ios --liveview
  3. Go to every window in the example app and verify it works as expected.
  4. While LiveView is running, open file: hyperloop-examples/app/controllers/ios/label.js
  5. Change variable infoString from 'We ♥ iOS' to 'We ♥ LiveView' and save.
  6. Verify app restarts without error.
  7. Go to the app's Label window and verify the text has been updated.