yasir-netlinks

Results 6 issues of yasir-netlinks

### Info react-native => "^0.57.8" react-native-modal => "^7.0.2" testing on "Samsung S9+" ### Problem I am testing on android, while everything functions properly when there is no keyboard, but when...

good first issue

Adding the line above throws an error, I am using `react-native 0.55.1` and I installed `npm install [email protected] --save`

I am using `react-native: 0.50.4` and I'm receiving the error stated in title ![photoviewerror](https://user-images.githubusercontent.com/26054956/34519509-04116c20-f0a2-11e7-93a9-680489b71ad5.png)

I have a modal-like view, and I want to show a view when button clicked, is it possible to slideInDown from specific point in the view rather than sliding from...

Hi there, I am trying to run this but it doesn't execute at all after granting permission ``` const isGranted = await requestWritePermission(); if (isGranted === 'granted') { console.log('condition passed')...