uribro

Results 1 comments of uribro

I achieve it with this code, hope it helps: `import {ActivityIndicator} from 'react-native';` constructor(props) { super(props); this.state = {opacity: 0}; } onLoadStart = () => { this.setState({opacity: 1}); } onLoad...