UNPKG

react-native-navigation-mode

Version:

Detect Android navigation mode (3-button, 2-button, or gesture)

14 lines (11 loc) 374 B
/** * Expo Config Plugin for react-native-navigation-mode * * Note: This plugin is optional. The library works without adding it to your * plugins array because no native configuration changes are required. */ /** @type {import('@expo/config-plugins').ConfigPlugin} */ const withNavigationMode = (config) => { return config; }; module.exports = withNavigationMode;