Manjeet Singh

Results 7 issues of Manjeet Singh

react-native version 0.42 I did the setup for ios as given in docs but my keyboard is not opening on simulator ``` var RCTKeyboardToolbarTextInput = require('react-native-textinput-utils'); dismissKeyboard()} onDone={(dismissKeyboard)=>dismissKeyboard()} /> ```...

either we need to update README to mention that it is onPress instead of onOpen, because it is showing behaviour of press, onOpen should be different function that should only...

"react-native": "^0.59.5" "react-native-photo-view": "^1.5.2" ``` imageLoadError =()=>{ } console.log('Image loaded!')} onError={this.imageLoadError} style={styles.image} /> ``` Everything looks fine in debug mode but in android release build default image keep rotating until...

I don't want to add any extra sound file, I just want to play notification sound available with RingtoneManager.TYPE_NOTIFICATION. how should I do this with react-native sound

Hey I did little improvement taking your code, now hide and show delay in Donebar is removed, see my code you can improve it a bit. I used little bit...

I am struggling to add shadow or elevation to bottom tabs, any suggestion will be appreciated ![screenshot_2017-04-23-17-16-19 1](https://cloud.githubusercontent.com/assets/17762875/25313246/b66e7944-2848-11e7-96f0-5a7aa054dfee.png)

if data contains more then 50 items, modal take too much time to open(>1s), is there a way to fix that.