gentlee
gentlee
any solution?
Ok, this is my solution that has no offset at all (menu width === container width): ``` import SideMenu from 'react-native-side-menu'; import sideMenuStyles from 'react-native-side-menu/build/styles'; SideMenu.prototype.render = function render() {...
Issue is easily reproduced on **Xiaomi Redmi Note 8 Pro** (MIUI 11.0.3.0, Android 9), app launch can take up to 45 seconds, blocking the main thread while getting generic password....
I got similar `requireNativeComponent: "KeyboardTrackingView" was not found in the UIManager.` ``` import {KeyboardTrackingView} from 'react-native-ui-lib/keyboard' "react-native": "0.69.3" "react-native-ui-lib": "6.19.2" ```
Had to install `react-native-keyboard-tracking-view` back.
Switched back to use it instead of this package.
Never use StyleSheet.create inside useMemo. Need to create rule for that.
> Just pulled this off with a [custom Storybook Webpack config](https://storybook.js.org/docs/configurations/custom-webpack-config/), and a [Webpack alias](https://webpack.js.org/configuration/resolve/#resolvealias). > > Example `.storybook/main.js`: > > ``` > const path = require('path'); > > module.exports...
> The issue is still present in 0.16 (latest) version of this library ( checked on android device), please fix this. > > EDIT: This is not an issue, this...
The issue for me was custom port, and special env parameter for custom port didn't work. There definitely should be port number somewhere in settings and it should work.