Ahmed Eid

Results 10 issues of Ahmed Eid

seems that this lib causes the following error `import typeof AccessibilityInfo from './Libraries/Components/AccessibilityInfo/AccessibilityInfo';` ![Screen Shot 2020-10-23 at 11 33 15 AM](https://user-images.githubusercontent.com/19273413/96987610-8b4c3c80-1523-11eb-9b91-86ad1777b717.png) when commented out, the app works fine.

I want to add shortcuts to start and stop recording instead of pressing the record and stop record buttons how can I do that ?

help wanted
feature-request

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

I have traced the issue to this ![screen shot 2017-12-05 at 23 16 04](https://user-images.githubusercontent.com/19273413/33628761-d57f4e86-da12-11e7-8e72-76981337db99.png) in the upper photo `result` is always `null` , that regular expression does not exist.

PlatformColor doesn't seem to be working correctly on android as it does on ios. it requires app reload. https://user-images.githubusercontent.com/19273413/148925197-281fe4b0-1343-476a-84b6-fcbd6b319c29.mp4 **To Reproduce** - add this code & toggle dark/light mode in...

bug

![Screen Shot 2021-12-04 at 12 07 56 AM](https://user-images.githubusercontent.com/19273413/144679293-91e7d914-885e-4098-861f-4fb5c4fe82e0.png) same issue happens with the example app. ![Screen Shot 2021-12-04 at 12 18 03 AM](https://user-images.githubusercontent.com/19273413/144680299-54c622ad-8271-4e44-bc89-4423629b1f35.png) ![Screen Shot 2021-12-04 at 12 18 24...

### Description basically what I have is a single Stack that has a single tabbar screen, the first tab's scrollview pushes the large title as expected but not the others....

Bug
Platform: iOS
Repro provided

is there a way to simply work with the api without the hook api like so. ```ts if(!isInitialized){ await initialize() } await discoverReaders() await connectReader(...) ``` I think the hook...