Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add events to Scene component #511

Open
1 of 3 tasks
grozdanov opened this issue Mar 30, 2020 · 1 comment
Open
1 of 3 tasks

Add events to Scene component #511

grozdanov opened this issue Mar 30, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@grozdanov
Copy link
Contributor

magic-script-components-lumin Scene component supports:

  • onAppStart(initData), where:
initData = {
      uri: <string>, // Deep linking URI value
      isInternetConnected: <boolean>, // there is an internet connection
      isWiFiConnected: <boolean>, // WiFi Connected status
      isWiFiEnabled: <boolean>, // Wifi is enabled in settings
      isShareableApp: <boolean> // Able to replicate the scene graph on the remote device
}
  • onAppPause()
  • onAppResume()

magic-script-components-react-native needs to provide support for the listed events as well. Most likely initData.isShareableApp will be false until we find mechanism to replicate JSX across devices.

Platforms:

  • Android
  • iOS
  • Lumin
@grozdanov grozdanov added the enhancement New feature or request label Mar 30, 2020
@grozdanov
Copy link
Contributor Author

MXSCOMP-222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant