Ahmed Eid

Results 122 comments of Ahmed Eid

@axos88 does the sites authenticate request return a token ? or does it setup a session ? I wasn't able to figure this out.. I was able to automate the...

as @crherman7 said, you only need to add the `dependency` inside the `podspec`. when the app the uses the packages issues `pod install` they dependency will get installed.

when using immersive mode on android `SafeAreaView` should apply `bottom` `padding|margin` accordingly. ( same behavior as IOS. ).

@WoLewicki are u suggesting that when using the `native-stack` there is no need to wrapping your entire app in a `SafeAreaProvider` ?

@henninghall @WoLewicki ideally the modal should close in the same way it opened. also does it behave the same way on android ?

@henninghall it opens sliding up, it should probably slides down to close current behavior is that it slides to open and fades to close.

actually this expo settings breaks the keyboard `adjustResize` somehow on android too.

having the same issue, had to remove the custom line height from my vscode settings for dart. ``` "[dart]": { "editor.lineHeight": 0, } ```

you have to supply a ref & use it to open / close the picker it's stated in the readme.