android:navigator plugin push support singlePage flag and the default value is false
This commit is contained in:
@@ -22,6 +22,7 @@ export function navigator(context: BridgeContext) {
|
||||
alias?: string,
|
||||
animated?: boolean,
|
||||
extra?: object,
|
||||
singlePage?: boolean,
|
||||
}) => {
|
||||
if (config && config.extra) {
|
||||
(config as any).extra = JSON.stringify(config.extra)
|
||||
|
Reference in New Issue
Block a user