@fto-consult/expo-ui 2.5.7 → 2.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@ import { screenName as aboutScreenName} from "$escreens/Help/About";
|
|
|
16
16
|
export const getItems = (force)=>{
|
|
17
17
|
const name = APP.getName();
|
|
18
18
|
const itx = typeof items === "function" ? items() : items;
|
|
19
|
-
const handleHelp =
|
|
19
|
+
const handleHelp = appConfig.get("handleHelpScreen") !== false ? true : false;
|
|
20
20
|
const r = [
|
|
21
21
|
{
|
|
22
22
|
label : name,
|