0.0.11 • Published 9 years ago

react-native-loadimage v0.0.11

Weekly downloads
3
License
MIT
Repository
-
Last release
9 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

9 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago