Issue Description
Modal component not worked on android when changing state to hide it in try/catch section
Steps to Reproduce / Code Snippets
makeReauest=()=>{this.setState({loading: true})Media.request(url).then(response=>{// todo},e=>{this.setState({loading: false})})}render(){return(<View><ModalanimationType={'slide'}transparent={false}visible={this.state.loading}onRequestClose={()=>{}}><View></View></Modal><TextonPress={this.makeRequest}>Do Magic</Text></View>)}Result

Additional Information
- React Native version: 0.35.0
- Platform: just Android
- Android Version: 5.1.0 on Google Nexus 6 (Genymotion Simulator)
- Operating System: macOS
Issue Description
Modal component not worked on android when changing state to hide it in try/catch section
Steps to Reproduce / Code Snippets
Result
Additional Information