Ahmed Eid
Ahmed Eid
seems that this lib causes the following error `import typeof AccessibilityInfo from './Libraries/Components/AccessibilityInfo/AccessibilityInfo';`  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 ?
### 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  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...
 same issue happens with the example app.  ![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....
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...