Home Reference Source Repository
public class | source

App

Extends:

PureComponent → App

The main React Native Chunky App instance is in charge of parsing the chunky.json content and generating the app sections and navigators. This is the main entry point for a Chunky mobile app. This class is not to be instantiated manually, but it is rather invoked by the main Chunky AppContainer.

Constructor Summary

Public Constructor
public

This App constructor is not to be called manually, but it's injected by the Chunky AppContainer

Member Summary

Public Members
public get

Method Summary

Public Methods
public

render(): *

Public Constructors

public constructor(props: object) source

This App constructor is not to be called manually, but it's injected by the Chunky AppContainer

Params:

NameTypeAttributeDescription
props object

the App gets its properties injected by the Chunky AppContainer

Public Members

public get navigator: * source

Public Methods

public render(): * source

Return:

*