react-native-scaling-drawer
react-native-scaling-drawer copied to clipboard
React Native Scaling Drawer
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to . [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 1.7.1 to 2.6.9. Release notes Sourced from node-fetch's releases. v2.6.9 2.6.9 (2023-01-30) Bug Fixes "global is not defined" (#1704) (70f592d) v2.6.8 2.6.8 (2023-01-13) Bug Fixes headers: don't...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.12 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...
const AppStack = createStackNavigator({ Home: { screen: HomeScreen, path: 'home/:id' }, News: { screen: LatestNewsScreen, path: 'news/:id' }, Setting: { screen: SettingScreen, path: 'setting/:id' }, Registration: { screen: RegistrationScreen, path:...
when you use any screen containing textinput inside scaling drawer you can see that after clicking on textinput of that screen keyboard will overlap that textinput in android here I...
my react native version is: "react-native": "0.64.2" when i run yarn add react-native-scaling-drawer it shows error like F:\Innovius\Sam>yarn add react-native-scaling-drawer yarn add v1.22.10 [1/4] Resolving packages... warning react-native-scaling-drawer > [email protected]:...
Hi, I was using react-native 0.62.2 as well. I want to use it in my new application, but the current react gives an error 
I'd like to use this package with @react-navigation v5 which is the latest version. I am sure I am not the only one. My App.js looks like this - any...
Some android devices don't get the right height using "Dimensions". Check it out: https://github.com/facebook/react-native/issues/23693 Just did a validation to get the right height on all android devices.
Can you please check scaling drawer is not working with latest react native version 0.61.4.I tried on navigation version 1.0.0-beta.27 ,2.18.2 and 4.0.10.