0.0.11 • Published 7 years ago

react-native-loadimage v0.0.11

Weekly downloads
3
License
MIT
Repository
-
Last release
7 years ago

#install npm install --save react-native-loadimage

#code

import Loadimage from 'react-native-loadimage';
export default class extends Component {
render(){
return(
                <View style={styles.list}>
                    <Loadimage style={styles.pic} url='pic.png'/>
                    <Text style={styles.title}>test</Text>
                </View>
            )
 }

}
            const styles = StyleSheet.create({
                list: {
                    backgroundColor: '#fff', marginBottom: 10
                },
                title: {color: '#666', padding: 10},
                pic: {
                    height: 180
                }
            });

#version v0.0.8 update v0.0.10 update Animated

0.0.11

7 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago