πŸš€ 8.9 Released! β†’ ⚑️ New Node-API Engine Preview, πŸ“² ns widget ios, πŸ’… Tailwind v4 and more...
Read Announcement
LaunchEventData
interface LaunchEventData extends EventData {
 android: Intent;
 ios: any;
 root: View;
 savedInstanceState: any;
}
Event data containing information for launch event.

Summary ​

Properties

android
ios
root
savedInstanceState
2 properties inherited from EventData
Click to expand
eventName
object

Properties ​

root ​

root?: View 
The root view for this Window on iOS or Activity for Android. If not set a new Frame will be created as a root view in order to maintain backwards compatibility. If explicitly set to null, there will be no root view.

savedInstanceState ​

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /