Hide and Show View With Animation in React Native v0.46.
问题 Friends, I have issue to hide and show view in react native. I have do the folloing code. Want to hide and show view with animation. Please help me. Code : import React, { Component } from "react"; import { AppRegistry, Image, View, Text, Button, StyleSheet, TouchableHighlight, } from "react-native"; import { StackNavigator } from "react-navigation"; import SignUpScreen from "./SignUp"; import AddManagerScreen from "./AddManager"; class SplashScreen extends Component { constructor(props) {