6.0.1 • Published 5 years ago

@haripriya.kalamata/tiny v6.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

example

 <View style={styles.container}>
   <ListSearch    
         list_json_url = 'https://api.myjson.com/bins/1cjvh3'                  
                          /*save the json with name myjson & 
                          searchable item key as title */
         displayItems={({ item }) => <Text>{item.title},{item.email}</Text>}
         uniqueKey={({ name }, index) => name} 
      />
  </View>   
6.0.1

5 years ago

5.0.8

5 years ago

5.0.6

5 years ago

5.0.4

5 years ago

5.0.3

5 years ago

5.0.2

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.0.0

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago