Rahul Shetty

Results 10 comments of Rahul Shetty

@EIrwin The screenshot I have posted is of a emulator on which I was testing.

``` VERUS { menuItems.map( this.renderMenuitem ) } ``` ``` import EStyleSheet from 'react-native-extended-stylesheet'; const styles = EStyleSheet.create( { $headerHeight: 50, container: { flexDirection: 'row', alignItems: 'center', // backgroundColor: '#0050aa', paddingHorizontal:...

Did anyone find a fix? This issue still exists. I am trying to create a hamburger menu (vertical dropdown) and the container with menu items gets clipped inside the header...

@lucaswitch So, there isn't a way to show this dialog where this package is used? There is a possibility of users dismissing the dialog mistakenly. I would prefer to show...

@lucaswitch https://stackoverflow.com/questions/29456654/bluetooth-le-ask-permission From this post, it seems like it is possible to ask permission when we actually would like to use the feature.

@lucaswitch I don't think my app gets the opportunity to check for the state. The pop-up appears as soon as the app opens. I have not written any code to...

I think this is something to look into as there is quite a possibility of users mistakenly skipping the prompt shown as soon as the app is opened. I don't...

Until it gets fixed, you can provide a width and then align it to the center. Sharing my code: ``` const TabLabel = styled.Text` color: ${({ theme, focused }) =>...

I wanted to pass the nonce to next-theme's ThemeProvider and this is what I did ``` import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google";...