Search
Preparing search index...
The search index is not available
EF React Native Navigation
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"lib/backend"
Fallback
Class Fallback
The fallback backend that intructs the user to install a actual backend implementation
Hierarchy
Fallback
Implements
IBackend
Index
Methods
create
fullscreen
modal
pop
push
replace
reset
Methods
create
create
(
i
:
RegistryIterator
, __namedParameters
:
object
)
:
React.ReactNode
Parameters
i:
RegistryIterator
__namedParameters:
object
default
Route
:
string
theme
:
undefined
|
ITheme
Returns
React.ReactNode
fullscreen
fullscreen
(
_node
:
React.ReactNode
, _options
:
IFullscreenOptions
)
:
IFullscreen
Parameters
_node:
React.ReactNode
_options:
IFullscreenOptions
Returns
IFullscreen
modal
modal
(
_node
:
React.ReactNode
, _options
:
IModalOptions
)
:
IModal
Parameters
_node:
React.ReactNode
_options:
IModalOptions
Returns
IModal
pop
pop
(
count
:
number
)
:
void
Parameters
count:
number
Returns
void
push
push<P>
(
screen
:
ScreenComponentClass
<
P
>
, _
:
P
)
:
string
Type parameters
P
Parameters
screen:
ScreenComponentClass
<
P
>
_:
P
Returns
string
replace
replace<P>
(
screen
:
ScreenComponentClass
<
P
>
, _
:
P
)
:
string
Type parameters
P
Parameters
screen:
ScreenComponentClass
<
P
>
_:
P
Returns
string
reset
reset<P>
(
screen
:
ScreenComponentClass
<
P
>
, _
:
P
)
:
string
Type parameters
P
Parameters
screen:
ScreenComponentClass
<
P
>
_:
P
Returns
string
Globals
"lib/backend"
Fallback
create
fullscreen
modal
pop
push
replace
reset
backend
fallback
backend
Get
backend
Set
The fallback backend that intructs the user to install a actual backend implementation